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