summaryrefslogtreecommitdiffstats
path: root/tdesu
diff options
context:
space:
mode:
Diffstat (limited to 'tdesu')
-rw-r--r--tdesu/client.cpp2
-rw-r--r--tdesu/process.cpp2
-rw-r--r--tdesu/ssh.cpp2
-rw-r--r--tdesu/su.cpp2
-rw-r--r--tdesu/tdesu_pty.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/tdesu/client.cpp b/tdesu/client.cpp
index 3ccb30c65..54ba1dc00 100644
--- a/tdesu/client.cpp
+++ b/tdesu/client.cpp
@@ -34,7 +34,7 @@
#include <tqregexp.h>
#include <kdebug.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeapplication.h>
#include <kde_file.h>
diff --git a/tdesu/process.cpp b/tdesu/process.cpp
index 1d56128da..3cbea8ec6 100644
--- a/tdesu/process.cpp
+++ b/tdesu/process.cpp
@@ -50,7 +50,7 @@
#include <tdeconfig.h>
#include <kdebug.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "process.h"
#include "tdesu_pty.h"
diff --git a/tdesu/ssh.cpp b/tdesu/ssh.cpp
index e75f33d69..1f543579c 100644
--- a/tdesu/ssh.cpp
+++ b/tdesu/ssh.cpp
@@ -33,7 +33,7 @@
#include <kdebug.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "ssh.h"
#include "kcookie.h"
diff --git a/tdesu/su.cpp b/tdesu/su.cpp
index 778d99da0..b46d0ae0b 100644
--- a/tdesu/su.cpp
+++ b/tdesu/su.cpp
@@ -36,7 +36,7 @@
#include <tdeconfig.h>
#include <kdebug.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "su.h"
#include "kcookie.h"
diff --git a/tdesu/tdesu_pty.cpp b/tdesu/tdesu_pty.cpp
index 8559512af..c4139dd35 100644
--- a/tdesu/tdesu_pty.cpp
+++ b/tdesu/tdesu_pty.cpp
@@ -41,7 +41,7 @@
#include <tqcstring.h>
#include <kdebug.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "tdesu_pty.h"
// stdlib.h is meant to declare the prototypes but doesn't :(