summaryrefslogtreecommitdiffstats
path: root/tdesu
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /tdesu
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'tdesu')
-rw-r--r--tdesu/client.h2
-rw-r--r--tdesu/process.h2
-rw-r--r--tdesu/ssh.h2
-rw-r--r--tdesu/stub.h2
-rw-r--r--tdesu/su.h2
-rw-r--r--tdesu/tdesu_pty.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/tdesu/client.h b/tdesu/client.h
index def5c25e6..750dd9264 100644
--- a/tdesu/client.h
+++ b/tdesu/client.h
@@ -16,7 +16,7 @@
#define __KDE_su_Client_h_Included__
#include <tqglobal.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
#ifdef Q_OS_UNIX
diff --git a/tdesu/process.h b/tdesu/process.h
index a6ac77dc7..941021d9a 100644
--- a/tdesu/process.h
+++ b/tdesu/process.h
@@ -20,7 +20,7 @@
#include <tqstringlist.h>
#include <tqvaluelist.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class PTY;
typedef TQValueList<TQCString> QCStringList;
diff --git a/tdesu/ssh.h b/tdesu/ssh.h
index 65787de71..d4e91688b 100644
--- a/tdesu/ssh.h
+++ b/tdesu/ssh.h
@@ -17,7 +17,7 @@
#include "stub.h"
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
/**
* Executes a remote command, using ssh.
diff --git a/tdesu/stub.h b/tdesu/stub.h
index 1281c5512..af4e624ea 100644
--- a/tdesu/stub.h
+++ b/tdesu/stub.h
@@ -19,7 +19,7 @@
#include "process.h"
#include "kcookie.h"
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
typedef TQValueList<TQCString> QCStringList;
diff --git a/tdesu/su.h b/tdesu/su.h
index edf1bb75e..ff1891067 100644
--- a/tdesu/su.h
+++ b/tdesu/su.h
@@ -15,7 +15,7 @@
#include <tqcstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
#include "stub.h"
diff --git a/tdesu/tdesu_pty.h b/tdesu/tdesu_pty.h
index 4b5c5a9f4..fb9617015 100644
--- a/tdesu/tdesu_pty.h
+++ b/tdesu/tdesu_pty.h
@@ -20,7 +20,7 @@
#include <tqcstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class TDESU_EXPORT PTY {