summaryrefslogtreecommitdiffstats
path: root/kmouth
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:42:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:42:47 -0600
commit05318b1e0c2cff1520c018f5431f87a5da4b89ac (patch)
tree1488574921f93312917d8d7d6783cd8ad8ad4d23 /kmouth
parentaa87a56c504226f7bffcaca7856febb2af9a3a78 (diff)
downloadtdeaccessibility-05318b1e0c2cff1520c018f5431f87a5da4b89ac.tar.gz
tdeaccessibility-05318b1e0c2cff1520c018f5431f87a5da4b89ac.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kmouth')
-rw-r--r--kmouth/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/main.cpp b/kmouth/main.cpp
index 960018d..779de1b 100644
--- a/kmouth/main.cpp
+++ b/kmouth/main.cpp
@@ -29,10 +29,10 @@ static const char description[] =
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("History file to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};