diff options
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3d6e3b7..bab7fa9 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -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() ) { |