summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/main.cpp4
-rwxr-xr-xsrc/soundkonverterapp.cpp2
2 files changed, 3 insertions, 3 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() ) {
diff --git a/src/soundkonverterapp.cpp b/src/soundkonverterapp.cpp
index 79d7bfc..8453991 100755
--- a/src/soundkonverterapp.cpp
+++ b/src/soundkonverterapp.cpp
@@ -34,7 +34,7 @@ int soundKonverterApp::newInstance()
else
{
// no session.. just start up normally
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if( !mainWidget() )
{