diff options
author | Chris <xchrisx@uber.space> | 2019-07-11 22:04:37 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-13 14:26:08 +0900 |
commit | 5ccb1f4a21bc2b257eff75f3f7aa5952dc735ba9 (patch) | |
tree | bbbd9c0e72b6eeeb0e0fc6049584c2a1ee758bba | |
parent | dd9997019c4ae0566f7c22aca2e3865c84bc1490 (diff) | |
download | tdelibs-5ccb1f4a21bc2b257eff75f3f7aa5952dc735ba9.tar.gz tdelibs-5ccb1f4a21bc2b257eff75f3f7aa5952dc735ba9.zip |
Replace Qt branding with TQt ones.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 894e9e5e87f9f315040ac8cf1d30f9ea34931df8)
-rw-r--r-- | tdewidgets/maketdewidgets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdewidgets/maketdewidgets.cpp b/tdewidgets/maketdewidgets.cpp index 535ad0526..d890433c3 100644 --- a/tdewidgets/maketdewidgets.cpp +++ b/tdewidgets/maketdewidgets.cpp @@ -12,7 +12,7 @@ #include <tqbuffer.h> #include <tqimage.h> -static const char description[] = I18N_NOOP( "Builds Qt widget plugins from an ini style description file." ); +static const char description[] = I18N_NOOP( "Builds TQt widget plugins from an ini style description file." ); static const char version[] = "0.2"; static const char classHeader[] = "/**\n" "* This file was autogenerated by maketdewidgets. Any changes will be lost!\n" |