summaryrefslogtreecommitdiffstats
path: root/akregator/src/akregator_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/akregator_options.h')
-rw-r--r--akregator/src/akregator_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/akregator_options.h b/akregator/src/akregator_options.h
index 3d2c2005..0ba4fcbc 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
};
}