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