summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris <[email protected]>2019-08-12 02:29:30 +0200
committerChris <[email protected]>2019-08-13 16:06:09 +0200
commit0fd7c192a2d5bb19b37d03f20b162b8a6cd65723 (patch)
tree2271597f12444b4eb557731b618e4e56119f2549 /src
parent502a5a307278b7103279e050ef154f4b1276a384 (diff)
downloadgtk-qt-engine-0fd7c192a2d5bb19b37d03f20b162b8a6cd65723.tar.gz
gtk-qt-engine-0fd7c192a2d5bb19b37d03f20b162b8a6cd65723.zip
Replace Qt branding with TQt ones and add GTK version.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/qt_qt_wrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp
index 2474058..3767c08 100644
--- a/src/qt_qt_wrapper.cpp
+++ b/src/qt_qt_wrapper.cpp
@@ -109,10 +109,10 @@ Atom desktopWindowAtom;
static const int argc_fake = 2;
static char** argv_fake;
-static TDEAboutData aboutData("gtk-qt-engine", I18N_NOOP("gtk-qt-engine"), "v0.1",
- "GTK Qt theme engine", TDEAboutData::License_GPL,
+static TDEAboutData aboutData("gtk2-tqt-engine", I18N_NOOP("gtk2-tqt-engine"), "v0.1",
+ "GTK2 TQt theme engine", TDEAboutData::License_GPL,
"(c) 2011-2014, Trinity Desktop Project",
- "A Qt theme engine for GTK Applications", "https://www.trinitydesktop.org/", 0);
+ "A TQt theme engine for GTK2 Applications", "https://www.trinitydesktop.org/", 0);
void setFillPixmap(GdkPixbuf* buf)
{