Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 112e9dd278
commit bdca89532d

@ -38,7 +38,7 @@ int main(int argc, char **argv)
aboutData.addCredit("John Eckerson", I18N_NOOP("Application wording"));
aboutData.addCredit("auxsvr", I18N_NOOP("Useful patches"));
KCmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::init( argc, argv, &aboutData );
KUniqueApplication::addCmdLineOptions();
if ( !KUniqueApplication::start() )

Loading…
Cancel
Save