summaryrefslogtreecommitdiffstats
path: root/kttsd/kttsd
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/kttsd')
-rw-r--r--kttsd/kttsd/kttsd.cpp4
-rw-r--r--kttsd/kttsd/main.cpp4
-rw-r--r--kttsd/kttsd/speaker.cpp2
-rw-r--r--kttsd/kttsd/speechdata.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/kttsd/kttsd/kttsd.cpp b/kttsd/kttsd/kttsd.cpp
index ee32780..3cd18f8 100644
--- a/kttsd/kttsd/kttsd.cpp
+++ b/kttsd/kttsd/kttsd.cpp
@@ -27,14 +27,14 @@
// KDE includes.
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <tdefiledialog.h>
#include <dcopclient.h>
#include <knotifyclient.h>
#include <krun.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
// KTTS includes.
#include "notify.h"
diff --git a/kttsd/kttsd/main.cpp b/kttsd/kttsd/main.cpp
index 01938e3..4f02938 100644
--- a/kttsd/kttsd/main.cpp
+++ b/kttsd/kttsd/main.cpp
@@ -23,8 +23,8 @@
******************************************************************************/
#include <kuniqueapplication.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
#include <klocale.h>
#include <dcopclient.h>
diff --git a/kttsd/kttsd/speaker.cpp b/kttsd/kttsd/speaker.cpp
index f56e803..5bbaa27 100644
--- a/kttsd/kttsd/speaker.cpp
+++ b/kttsd/kttsd/speaker.cpp
@@ -29,7 +29,7 @@
#include <klocale.h>
#include <tdeparts/componentfactory.h>
#include <ktrader.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstandarddirs.h>
#include <ktempfile.h>
//#include <tdeio/job.h>
diff --git a/kttsd/kttsd/speechdata.cpp b/kttsd/kttsd/speechdata.cpp
index 716b0ae..db76327 100644
--- a/kttsd/kttsd/speechdata.cpp
+++ b/kttsd/kttsd/speechdata.cpp
@@ -36,7 +36,7 @@
#include <kdebug.h>
#include <kglobal.h>
#include <kstandarddirs.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
// KTTS includes.
#include "talkermgr.h"