summaryrefslogtreecommitdiffstats
path: root/qmake/examples/tutorial/hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/examples/tutorial/hello.cpp')
-rw-r--r--qmake/examples/tutorial/hello.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/qmake/examples/tutorial/hello.cpp b/qmake/examples/tutorial/hello.cpp
deleted file mode 100644
index 8ab5e5a5a..000000000
--- a/qmake/examples/tutorial/hello.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "hello.h"
-
-MyPushButton::MyPushButton( const TQString& text )
- : TQPushButton( text, 0, "mypushbutton" )
-{
- tqDebug( "My PushButton has been constructed" );
-}