Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent d98213f5a9
commit 1aa871ce49

@ -91,9 +91,9 @@ int main( int argc, char ** argv )
aboutData.addCredit(I18N_NOOP("Please consult the webpage for up to date translation credits."));
aboutData.addCredit("Jonathan Pechta and Federico Zenith", I18N_NOOP("Documentation"));
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options );
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
bool running = false;
DCOPClient *client=0L;

Loading…
Cancel
Save