diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:57:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 12:47:08 +0900 |
commit | 9689d714545115dde7861de2365a894be65d3574 (patch) | |
tree | 10511e1dcb2ef54b8089ed7a5725682c451df427 /src/common/global | |
parent | 51fbf1716ee6607a1589badc5ee3030ac87710ae (diff) | |
download | piklab-9689d714.tar.gz piklab-9689d714.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 92c834cf92ff78f768ec2bf2b698e3353bca5910)
Diffstat (limited to 'src/common/global')
-rw-r--r-- | src/common/global/about.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/global/about.cpp b/src/common/global/about.cpp index e0567dc..5f1942f 100644 --- a/src/common/global/about.cpp +++ b/src/common/global/about.cpp @@ -48,7 +48,7 @@ void Piklab::init(TDEAboutData *about, int argc, char **argv, bool gui, const TD # if defined(Q_OS_WIN) printf("%s \"win32\": version %s\n", about->appName(), VERSION); # else - printf("%s \"qt-only\": version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION); + printf("%s \"tqt-only\": version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION); # endif Q_UNUSED(gui); Q_ASSERT( !gui ); |