Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 9bf339d4ce
commit 3e04b3fa00

@ -50,7 +50,7 @@ int main(int argc, char **argv) {
aboutData.addCredit("Thanks to everyone in #KDE OpenProjects for "
"being supportive and helpful!");
KCmdLineArgs::init(argc, argv, &aboutData);
TDECmdLineArgs::init(argc, argv, &aboutData);
KUniqueApplication::addCmdLineOptions();
if (! KUniqueApplication::start()) {

Loading…
Cancel
Save