diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
commit | 02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch) | |
tree | af4cf59b73c929b15d4d147921dec9fd41727608 /akregator | |
parent | 28bf0c14b571dd696a51e62aa4b18c06d20816af (diff) | |
download | tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'akregator')
-rw-r--r-- | akregator/src/akregator_options.h | 4 | ||||
-rw-r--r-- | akregator/src/librss/testlibrss.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_options.h b/akregator/src/akregator_options.h index 3d2c20058..0ba4fcbc6 100644 --- a/akregator/src/akregator_options.h +++ b/akregator/src/akregator_options.h @@ -30,14 +30,14 @@ namespace Akregator { -static KCmdLineOptions akregator_options[] = +static TDECmdLineOptions akregator_options[] = { { "a", 0, 0 }, { "addfeed <url>", I18N_NOOP( "Add a feed with the given URL" ), 0}, { "g", 0, 0 }, { "group <groupname>", I18N_NOOP( "When adding feeds, place them in this group" ), I18N_NOOP("Imported") }, { "hide-mainwindow", I18N_NOOP( "Hide main window on startup" ), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; } diff --git a/akregator/src/librss/testlibrss.cpp b/akregator/src/librss/testlibrss.cpp index 154facbc8..4a02ff0f2 100644 --- a/akregator/src/librss/testlibrss.cpp +++ b/akregator/src/librss/testlibrss.cpp @@ -9,10 +9,10 @@ using namespace RSS; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+url", I18N_NOOP("URL of feed"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |