diff options
author | Chris <[email protected]> | 2019-08-12 02:29:30 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-08-13 18:45:43 +0200 |
commit | ef7c0809662fe48549ba112fe4cf90f1b8391a3d (patch) | |
tree | 80e4f23160a4156f9114c6c05f7a9ed8b904eab1 /src | |
parent | 7a9bdba4618e92c3e67ec15da7b610f0f9de3d00 (diff) | |
download | gtk-qt-engine-ef7c0809662fe48549ba112fe4cf90f1b8391a3d.tar.gz gtk-qt-engine-ef7c0809662fe48549ba112fe4cf90f1b8391a3d.zip |
Replace Qt branding with TQt ones and add GTK version.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit 0fd7c192a2d5bb19b37d03f20b162b8a6cd65723)
Diffstat (limited to 'src')
-rw-r--r-- | src/qt_qt_wrapper.cpp | 6 |
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) { |