summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kolourpaint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint/kolourpaint.cpp')
-rw-r--r--kolourpaint/kolourpaint.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp
index b9ba0f0c..e1b41fc5 100644
--- a/kolourpaint/kolourpaint.cpp
+++ b/kolourpaint/kolourpaint.cpp
@@ -26,7 +26,7 @@
*/
-#include <qfile.h>
+#include <tqfile.h>
#include <dcopclient.h>
#include <kaboutdata.h>
@@ -192,8 +192,8 @@ int main (int argc, char *argv [])
// Qt says this is necessary but I don't think it is...
- QObject::connect (&app, SIGNAL (lastWindowClosed ()),
- &app, SLOT (quit ()));
+ TQObject::connect (&app, TQT_SIGNAL (lastWindowClosed ()),
+ &app, TQT_SLOT (quit ()));
if (app.isRestored ())