summaryrefslogtreecommitdiffstats
path: root/qmake/examples/tutorial/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/examples/tutorial/hello.h')
-rw-r--r--qmake/examples/tutorial/hello.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/qmake/examples/tutorial/hello.h b/qmake/examples/tutorial/hello.h
deleted file mode 100644
index 47eb7e3ab..000000000
--- a/qmake/examples/tutorial/hello.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <tqpushbutton.h>
-
-class MyPushButton : public TQPushButton
-{
-public:
- MyPushButton( const TQString& );
-};