summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 038c5c3..efde83c 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -33,14 +33,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "mainwindow.h"
namespace Gwenview {
-static KCmdLineOptions options[] = {
+static TDECmdLineOptions options[] = {
{ "f", I18N_NOOP("Start in fullscreen mode"), 0 },
{ "filter-type <all,images,videos>", I18N_NOOP("Filter by file type"), 0 },
{ "filter-name <pattern>", I18N_NOOP("Filter by file pattern (*.jpg, 01*...)"), 0 },
{ "filter-from <date>", I18N_NOOP("Only show files newer or equal to <date>"), 0 },
{ "filter-to <date>", I18N_NOOP("Only show files older or equal to <date>"), 0 },
{ "+[file or folder]", I18N_NOOP("A starting file or folder"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
static const char version[] = "1.4.2";