summaryrefslogtreecommitdiffstats
path: root/examples/qtapp/myqt.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtapp/myqt.h')
-rw-r--r--examples/qtapp/myqt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtapp/myqt.h b/examples/qtapp/myqt.h
index 8369054..e05ee1d 100644
--- a/examples/qtapp/myqt.h
+++ b/examples/qtapp/myqt.h
@@ -14,7 +14,7 @@ class MyQT : public QLabel
TQ_OBJECT
public:
- MyQT(QWidget *parent = 0, const char *name = 0);
+ MyQT(TQWidget *parent = 0, const char *name = 0);
~MyQT();
QPixmap loadImage();