summaryrefslogtreecommitdiffstats
path: root/krita/ui/kis_import_catcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/ui/kis_import_catcher.h')
-rw-r--r--krita/ui/kis_import_catcher.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/krita/ui/kis_import_catcher.h b/krita/ui/kis_import_catcher.h
index 8e7777ac..6f6923e1 100644
--- a/krita/ui/kis_import_catcher.h
+++ b/krita/ui/kis_import_catcher.h
@@ -19,7 +19,7 @@
#ifndef KIS_IMPORT_CATCHER_H_
#define KIS_IMPORT_CATCHER_H_
-#include <qobject.h>
+#include <tqobject.h>
#include <kurl.h>
@@ -36,9 +36,10 @@ class KisDoc;
* Caveat: this class calls "delete this", which means that you new
* it and then never touch it again. Thanks you very much.
*/
-class KisImportCatcher : QObject {
+class KisImportCatcher : TQObject {
Q_OBJECT
+ TQ_OBJECT
public: