From ba30b44ed08ac50814e893a3ad267bc27ad85fd7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:34:02 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 00b0183..ac09a5d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,10 +32,10 @@ email : static const char description[] = I18N_NOOP("KMPlayer"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP("file to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE };