diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:25 -0600 |
commit | cd0aa1fec79f1b5210a2ed55afd5a205325c9d03 (patch) | |
tree | fa9ec7e5d2f2cd0d6ca386c8bde58343361c55a6 | |
parent | efaa417da026103aabdf8eed2736e8db97a4a15b (diff) | |
download | gtk-qt-engine-cd0aa1fec79f1b5210a2ed55afd5a205325c9d03.tar.gz gtk-qt-engine-cd0aa1fec79f1b5210a2ed55afd5a205325c9d03.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | src/qt_qt_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp index b23a72c..ff49696 100644 --- a/src/qt_qt_wrapper.cpp +++ b/src/qt_qt_wrapper.cpp @@ -175,7 +175,7 @@ void createTQApp() "GTK Qt theme engine", KAboutData::License_GPL, "(c) 2011, Timothy Pearson", "message goes here", 0 /* TODO: Website */, "[email protected]"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KApplication::disableAutoDcopRegistration(); |