diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:25 -0600 |
commit | ce3909bb78fd0f2ac5dabe1610fe7350e0cad065 (patch) | |
tree | 6ce13a9233965e6e074858bb8d33aca73d11d8fe | |
parent | c36c1233642e3bc6f35547453e2832da8afcbd86 (diff) | |
download | gtk3-tqt-engine-ce3909bb78fd0f2ac5dabe1610fe7350e0cad065.tar.gz gtk3-tqt-engine-ce3909bb78fd0f2ac5dabe1610fe7350e0cad065.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | tdegtk/tdegtk-theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/tdegtk-theme.cpp b/tdegtk/tdegtk-theme.cpp index e4db7b3..cf32be6 100644 --- a/tdegtk/tdegtk-theme.cpp +++ b/tdegtk/tdegtk-theme.cpp @@ -125,7 +125,7 @@ G_MODULE_EXPORT GtkThemingEngine* create_engine(void) { "GTK3 TQt theme engine", KAboutData::License_GPL, "(c) 2012, Timothy Pearson", "", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net"); - KCmdLineArgs::init(argc, const_cast<char**>(argv), &aboutData); + TDECmdLineArgs::init(argc, const_cast<char**>(argv), &aboutData); KApplication::disableAutoDcopRegistration(); new KApplication(gdk_x11_get_default_xdisplay(), true, 0, 0, true); |