summaryrefslogtreecommitdiffstats
path: root/tdessh
diff options
context:
space:
mode:
Diffstat (limited to 'tdessh')
-rw-r--r--tdessh/sshdlg.h2
-rw-r--r--tdessh/tdessh.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdessh/sshdlg.h b/tdessh/sshdlg.h
index 2856f7a..752a764 100644
--- a/tdessh/sshdlg.h
+++ b/tdessh/sshdlg.h
@@ -14,7 +14,7 @@
class TDEsshDialog
: public KPasswordDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdessh/tdessh.cpp b/tdessh/tdessh.cpp
index 4b46ac1..8e2d64a 100644
--- a/tdessh/tdessh.cpp
+++ b/tdessh/tdessh.cpp
@@ -20,7 +20,7 @@
#include <kdebug.h>
#include <tdeapplication.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <tdelocale.h>
#include <tdeaboutdata.h>