summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:33 -0600
commit60b67ec74032c756aaa742da8109d2129561a450 (patch)
treea340f970aaff8ff15728c4f008aa359dc463ee1b
parentc96dc921e90e239cd3ef2dc60b2b34cc3bd15b3e (diff)
downloadsoundkonverter-60b67ec7.tar.gz
soundkonverter-60b67ec7.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-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() )
{