diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-06 22:48:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-07 18:43:49 +0900 |
commit | bca6608668e43fa7a725cf4f982b66f2030c42fb (patch) | |
tree | f6aa7e8c6662875ccfa1eddc45befdccd0856436 /examples | |
parent | f30d3a37fedf7b42b13a7dc025527b94d05ac5de (diff) | |
download | libksquirrel-bca6608668e43fa7a725cf4f982b66f2030c42fb.tar.gz libksquirrel-bca6608668e43fa7a725cf4f982b66f2030c42fb.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/qtapp/myqt.cpp | 2 |
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() |