Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent c96dc921e9
commit 60b67ec740

@ -38,8 +38,8 @@ int main(int argc, char **argv)
about.addCredit( "Amarok developers", "Amarok", 0, "http://amarok.kde.org" ); about.addCredit( "Amarok developers", "Amarok", 0, "http://amarok.kde.org" );
about.addCredit( "Kaffeine developers", "Kaffeine", 0, "http://kaffeine.sourceforge.net" ); about.addCredit( "Kaffeine developers", "Kaffeine", 0, "http://kaffeine.sourceforge.net" );
about.addCredit( "All programmers of audioconverters", "Backends" ); about.addCredit( "All programmers of audioconverters", "Backends" );
KCmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs::addCmdLineOptions( options );
soundKonverterApp::addCmdLineOptions(); soundKonverterApp::addCmdLineOptions();
if( !soundKonverterApp::start() ) { if( !soundKonverterApp::start() ) {

@ -34,7 +34,7 @@ int soundKonverterApp::newInstance()
else else
{ {
// no session.. just start up normally // no session.. just start up normally
KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if( !mainWidget() ) if( !mainWidget() )
{ {

Loading…
Cancel
Save