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:43:49 +0900
commitbca6608668e43fa7a725cf4f982b66f2030c42fb (patch)
treef6aa7e8c6662875ccfa1eddc45befdccd0856436
parentf30d3a37fedf7b42b13a7dc025527b94d05ac5de (diff)
downloadlibksquirrel-bca6608668e43fa7a725cf4f982b66f2030c42fb.tar.gz
libksquirrel-bca6608668e43fa7a725cf4f982b66f2030c42fb.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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()