summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rssfeed')
-rw-r--r--plugins/rssfeed/rss/testlibrss.cpp4
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
};