From ef7c0809662fe48549ba112fe4cf90f1b8391a3d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 12 Aug 2019 02:29:30 +0200 Subject: Replace Qt branding with TQt ones and add GTK version. Signed-off-by: Chris (cherry picked from commit 0fd7c192a2d5bb19b37d03f20b162b8a6cd65723) --- src/qt_qt_wrapper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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) { -- cgit v1.2.1