diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:45 -0600 |
commit | 58646ccdcdc8ee08b081edba54e1460ff3295166 (patch) | |
tree | f9234aed98aaaa0f7d88e7234505d34f0a8147a4 /noatun/app | |
parent | f22c05e92636f81736560df2b4bfa0953fbc82b2 (diff) | |
download | tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.tar.gz tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'noatun/app')
-rw-r--r-- | noatun/app/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index 86883461..3aae6274 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -37,8 +37,8 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) aboutData.addCredit("Bill Huey", I18N_NOOP("Special help with the equalizer")); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions(options); NoatunApp::addCmdLineOptions(); NoatunApp app; |