summaryrefslogtreecommitdiffstats
path: root/tdessh
diff options
context:
space:
mode:
Diffstat (limited to 'tdessh')
-rw-r--r--tdessh/sshdlg.cpp2
-rw-r--r--tdessh/sshdlg.h4
-rw-r--r--tdessh/tdessh.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/tdessh/sshdlg.cpp b/tdessh/sshdlg.cpp
index df30045..3849bfc 100644
--- a/tdessh/sshdlg.cpp
+++ b/tdessh/sshdlg.cpp
@@ -1,4 +1,4 @@
-/* vi: ts=8 sts=4 sw=4
+/*
*
* $Id$
*
diff --git a/tdessh/sshdlg.h b/tdessh/sshdlg.h
index 5f4f734..752a764 100644
--- a/tdessh/sshdlg.h
+++ b/tdessh/sshdlg.h
@@ -1,4 +1,4 @@
-/* vi: ts=8 sts=4 sw=4
+/*
*
* $Id$
*
@@ -14,7 +14,7 @@
class TDEsshDialog
: public KPasswordDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdessh/tdessh.cpp b/tdessh/tdessh.cpp
index 042302e..8e2d64a 100644
--- a/tdessh/tdessh.cpp
+++ b/tdessh/tdessh.cpp
@@ -1,4 +1,4 @@
-/* vi: ts=8 sts=4 sw=4
+/*
*
* $Id$
*
@@ -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>