summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:48:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 18:44:36 +0900
commit592f28f9ed11d7b3571804bd164f9e8196a8b3e3 (patch)
treef6aa7e8c6662875ccfa1eddc45befdccd0856436
parentc612c9c05656f4b92b810dbedf705315b64d9503 (diff)
downloadlibksquirrel-592f28f9ed11d7b3571804bd164f9e8196a8b3e3.tar.gz
libksquirrel-592f28f9ed11d7b3571804bd164f9e8196a8b3e3.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bca6608668e43fa7a725cf4f982b66f2030c42fb)
-rw-r--r--examples/qtapp/myqt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtapp/myqt.cpp b/examples/qtapp/myqt.cpp
index 548f2ea..2375341 100644
--- a/examples/qtapp/myqt.cpp
+++ b/examples/qtapp/myqt.cpp
@@ -11,7 +11,7 @@
MyQT::MyQT(TQWidget *parent, const char *name) : QLabel(parent, name)
{
- setAlignment(Qt::AlignCenter);
+ setAlignment(TQt::AlignCenter);
}
MyQT::~MyQT()