summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/performancetest/dlg_perftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/plugins/viewplugins/performancetest/dlg_perftest.h')
-rw-r--r--krita/plugins/viewplugins/performancetest/dlg_perftest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/krita/plugins/viewplugins/performancetest/dlg_perftest.h b/krita/plugins/viewplugins/performancetest/dlg_perftest.h
index 7cb4f159..39f5cb41 100644
--- a/krita/plugins/viewplugins/performancetest/dlg_perftest.h
+++ b/krita/plugins/viewplugins/performancetest/dlg_perftest.h
@@ -27,10 +27,11 @@ class WdgPerfTest;
class DlgPerfTest: public KDialogBase {
typedef KDialogBase super;
Q_OBJECT
+ TQ_OBJECT
public:
- DlgPerfTest(QWidget * parent = 0,
+ DlgPerfTest(TQWidget * tqparent = 0,
const char* name = 0);
~DlgPerfTest();