diff options
Diffstat (limited to 'akregator/src/librss/testlibrss.cpp')
-rw-r--r-- | akregator/src/librss/testlibrss.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |