diff options
Diffstat (limited to 'chalk/plugins/viewplugins/performancetest')
-rw-r--r-- | chalk/plugins/viewplugins/performancetest/dlg_perftest.h | 2 | ||||
-rw-r--r-- | chalk/plugins/viewplugins/performancetest/perftest.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/viewplugins/performancetest/dlg_perftest.h b/chalk/plugins/viewplugins/performancetest/dlg_perftest.h index 3652ebf8..bf22ec46 100644 --- a/chalk/plugins/viewplugins/performancetest/dlg_perftest.h +++ b/chalk/plugins/viewplugins/performancetest/dlg_perftest.h @@ -27,7 +27,7 @@ class WdgPerfTest; class DlgPerfTest: public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: diff --git a/chalk/plugins/viewplugins/performancetest/perftest.h b/chalk/plugins/viewplugins/performancetest/perftest.h index 959233e4..68931004 100644 --- a/chalk/plugins/viewplugins/performancetest/perftest.h +++ b/chalk/plugins/viewplugins/performancetest/perftest.h @@ -31,7 +31,7 @@ class KisID; class PerfTest : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: PerfTest(TQObject *parent, const char *name, const TQStringList &); virtual ~PerfTest(); |