diff options
Diffstat (limited to 'tdesu')
-rw-r--r-- | tdesu/client.h | 2 | ||||
-rw-r--r-- | tdesu/process.h | 2 | ||||
-rw-r--r-- | tdesu/ssh.h | 2 | ||||
-rw-r--r-- | tdesu/stub.h | 2 | ||||
-rw-r--r-- | tdesu/su.h | 2 | ||||
-rw-r--r-- | tdesu/tdesu_pty.h | 2 |
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 { |