diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:33 -0600 |
commit | 60b67ec74032c756aaa742da8109d2129561a450 (patch) | |
tree | a340f970aaff8ff15728c4f008aa359dc463ee1b /src/main.cpp | |
parent | c96dc921e90e239cd3ef2dc60b2b34cc3bd15b3e (diff) | |
download | soundkonverter-60b67ec74032c756aaa742da8109d2129561a450.tar.gz soundkonverter-60b67ec74032c756aaa742da8109d2129561a450.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
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() ) { |