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( "Kaffeine developers", "Kaffeine", 0, "http://kaffeine.sourceforge.net" );
about.addCredit( "All programmers of audioconverters", "Backends" );
KCmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions( options );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
soundKonverterApp::addCmdLineOptions();
if( !soundKonverterApp::start() ) {

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

Loading…
Cancel
Save