diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:31:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:31:29 -0600 |
commit | d4eae1867a21f1631dbf5b85a292166185ebfe17 (patch) | |
tree | b190df107e874bf34c282a9d568923ed09668325 | |
parent | 98d03f6a20a0fa8cf64294c78664d77758be548b (diff) | |
download | amarok-d4eae1867a21f1631dbf5b85a292166185ebfe17.tar.gz amarok-d4eae1867a21f1631dbf5b85a292166185ebfe17.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | amarok/src/app.cpp | 2 | ||||
-rw-r--r-- | amarok/src/collectionscanner/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/app.cpp b/amarok/src/app.cpp index 260bdad4..ab4af5a1 100644 --- a/amarok/src/app.cpp +++ b/amarok/src/app.cpp @@ -389,7 +389,7 @@ void App::handleCliArgs() //static void App::initCliArgs( int argc, char *argv[] ) //static { - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { { "+[URL(s)]", I18N_NOOP( "Files/URLs to open" ), 0 }, { "r", 0, 0 }, diff --git a/amarok/src/collectionscanner/main.cpp b/amarok/src/collectionscanner/main.cpp index 8cb883eb..b64e0ddb 100644 --- a/amarok/src/collectionscanner/main.cpp +++ b/amarok/src/collectionscanner/main.cpp @@ -37,7 +37,7 @@ int main( int argc, char *argv[] ) I18N_NOOP( "http://amarok.kde.org" ) ); - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { { "+Folder(s)", I18N_NOOP( "Folders to scan" ), 0 }, { "r", 0, 0 }, |