summaryrefslogtreecommitdiffstats
path: root/src/common/global/about.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 19:57:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 19:57:03 +0900
commit92c834cf92ff78f768ec2bf2b698e3353bca5910 (patch)
treec67c83824681a50709da2532b1594cb05099f241 /src/common/global/about.cpp
parent85cbbf1259b086717b07295582878cac3c211aeb (diff)
downloadpiklab-92c834cf92ff78f768ec2bf2b698e3353bca5910.tar.gz
piklab-92c834cf92ff78f768ec2bf2b698e3353bca5910.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/common/global/about.cpp')
-rw-r--r--src/common/global/about.cpp2
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 );