From 92fe63114ba50d68709680bdc89d93633dc3ed92 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 4 Nov 2024 13:01:41 +0900 Subject: rename qmake to tqmake Signed-off-by: Michele Calgaro --- tqmake/examples/tutorial/hello.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tqmake/examples/tutorial/hello.cpp (limited to 'tqmake/examples/tutorial/hello.cpp') diff --git a/tqmake/examples/tutorial/hello.cpp b/tqmake/examples/tutorial/hello.cpp new file mode 100644 index 000000000..8ab5e5a5a --- /dev/null +++ b/tqmake/examples/tutorial/hello.cpp @@ -0,0 +1,7 @@ +#include "hello.h" + +MyPushButton::MyPushButton( const TQString& text ) + : TQPushButton( text, 0, "mypushbutton" ) +{ + tqDebug( "My PushButton has been constructed" ); +} -- cgit v1.2.3