Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent c36c123364
commit ce3909bb78

@ -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);

Loading…
Cancel
Save