From f9801d2ed8541ae1ed6c2636c5a6140096dd78cf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:38:14 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- plugins/rssfeed/rss/testlibrss.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/rssfeed/rss/testlibrss.cpp') 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 }; -- cgit v1.2.1