diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
commit | be01f8c8e3e09a1c71165640ab722df948c4dfbb (patch) | |
tree | 58d900e8952a66580c86f7ae3a9255c1eeac09e9 /qmake/examples/tutorial/hello.cpp | |
parent | c489c62c1713924c29e560cd2ebd36b006c14a11 (diff) | |
download | tqt3-be01f8c8e3e09a1c71165640ab722df948c4dfbb.tar.gz tqt3-be01f8c8e3e09a1c71165640ab722df948c4dfbb.zip |
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qmake/examples/tutorial/hello.cpp')
-rw-r--r-- | qmake/examples/tutorial/hello.cpp | 7 |
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" ); -} |