summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/apppropprg.cpp2
-rw-r--r--src/kooldock.cpp6
-rw-r--r--src/main.cpp2
-rw-r--r--src/setupdialogprg.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/apppropprg.cpp b/src/apppropprg.cpp
index 122206e..91e7ede 100644
--- a/src/apppropprg.cpp
+++ b/src/apppropprg.cpp
@@ -13,7 +13,7 @@
#include <kicondialog.h>
#include <tdefiledialog.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdelocale.h>
#include "apppropprg.h"
diff --git a/src/kooldock.cpp b/src/kooldock.cpp
index 2b5f801..7e64a31 100644
--- a/src/kooldock.cpp
+++ b/src/kooldock.cpp
@@ -36,7 +36,7 @@
#include <tqdatetime.h>
#include <twin.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <netwm_def.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
@@ -44,7 +44,7 @@
#include <krun.h>
#include <kurifilter.h>
#include <kpixmapio.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeaboutapplication.h>
#include <tqlistbox.h>
#include <keditlistbox.h>
@@ -1445,7 +1445,7 @@ void KoolDock::run(const TQString& command)
static int ii = 0;
static TQCString yy = "";
- kapp->propagateSessionManager();
+ tdeApp->propagateSessionManager();
_filterData->setData(command.stripWhiteSpace());
TQStringList filters;
diff --git a/src/main.cpp b/src/main.cpp
index 0876521..9154d43 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -16,7 +16,7 @@
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <tdelocale.h>
-#include <kcrash.h>
+#include <tdecrash.h>
#include <kdebug.h>
#include <tdeuniqueapplication.h>
diff --git a/src/setupdialogprg.cpp b/src/setupdialogprg.cpp
index d0fdde8..2b679a8 100644
--- a/src/setupdialogprg.cpp
+++ b/src/setupdialogprg.cpp
@@ -15,7 +15,7 @@
#include <tdelocale.h>
#include <ksimpleconfig.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kpushbutton.h>
#include <keditlistbox.h>
#include <klineedit.h>