summaryrefslogtreecommitdiffstats
path: root/examples/PkExample.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/PkExample.h')
-rw-r--r--examples/PkExample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/PkExample.h b/examples/PkExample.h
index 4ede9f630..30958821b 100644
--- a/examples/PkExample.h
+++ b/examples/PkExample.h
@@ -24,12 +24,12 @@
#include "ui_PkExample.h"
-class PkExample : public QMainWindow, Ui::PkExample
+class PkExample : public TQMainWindow, Ui::PkExample
{
Q_OBJECT
public:
- PkExample(QMainWindow *parent = 0);
+ PkExample(TQMainWindow *parent = 0);
~PkExample();
private Q_SLOTS: