diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:38:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:38:14 -0600 |
commit | f9801d2ed8541ae1ed6c2636c5a6140096dd78cf (patch) | |
tree | f4fb1f57717c49d526e39298599a935c47caac8b /plugins | |
parent | b1c5bea50ae48c54b476428a21dfe594916cb6ae (diff) | |
download | ktorrent-f9801d2ed8541ae1ed6c2636c5a6140096dd78cf.tar.gz ktorrent-f9801d2ed8541ae1ed6c2636c5a6140096dd78cf.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/rssfeed/rss/testlibrss.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rssfeed/rss/testlibrss.cpp b/plugins/rssfeed/rss/testlibrss.cpp index 154facb..4a02ff0 100644 --- a/plugins/rssfeed/rss/testlibrss.cpp +++ b/plugins/rssfeed/rss/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 }; |