summaryrefslogtreecommitdiffstats
path: root/kommander/editor/timestamp.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
commit45be2143e2c6961a65a852d4d06ebd2fdc901d38 (patch)
tree56a1ebf2562a42fe9b32ae3b1afe226c7b7f23f2 /kommander/editor/timestamp.cpp
parentdc6b8e72fed2586239e3514819238c520636c9d9 (diff)
downloadtdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.tar.gz
tdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kommander/editor/timestamp.cpp')
-rw-r--r--kommander/editor/timestamp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/timestamp.cpp b/kommander/editor/timestamp.cpp
index 659cfcec..e92fc78f 100644
--- a/kommander/editor/timestamp.cpp
+++ b/kommander/editor/timestamp.cpp
@@ -22,7 +22,7 @@
#include <tqfile.h>
#include <tqfileinfo.h>
-class QTimer;
+class TQTimer;
TimeStamp::TimeStamp( TQObject *parent, const TQString &f )
: TQObject( parent ), filename( f ), autoCheck( false )