Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent fbb0fa1893
commit 497dcf04d1

@ -59,7 +59,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