Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent efaa417da0
commit cd0aa1fec7

@ -175,7 +175,7 @@ void createTQApp()
"GTK Qt theme engine", KAboutData::License_GPL,
"(c) 2011, Timothy Pearson",
"message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net");
KCmdLineArgs::init(argc, argv, &aboutData);
TDECmdLineArgs::init(argc, argv, &aboutData);
KApplication::disableAutoDcopRegistration();

Loading…
Cancel
Save