summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:34:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:34:02 -0600
commitba30b44ed08ac50814e893a3ad267bc27ad85fd7 (patch)
tree6edb1bc213d70ba35f8c8de5a054b663981a4a57 /src
parent92dbbb6df3e58ad95176dae636a2fc22c2533f54 (diff)
downloadkmplayer-ba30b44ed08ac50814e893a3ad267bc27ad85fd7.tar.gz
kmplayer-ba30b44ed08ac50814e893a3ad267bc27ad85fd7.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files 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
};