summaryrefslogtreecommitdiffstats
path: root/kpat
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:36 -0600
commit1093e60627e83e9f88f4478f249a9dc2c054ba08 (patch)
tree5b896132582c5dc409bf235a14959fef44705717 /kpat
parentb4e9168b48795132419fbd9cfddfa4d33ed4b724 (diff)
downloadtdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.tar.gz
tdegames-1093e60627e83e9f88f4478f249a9dc2c054ba08.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kpat')
-rw-r--r--kpat/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/main.cpp b/kpat/main.cpp
index caee083b..0d7ffd1f 100644
--- a/kpat/main.cpp
+++ b/kpat/main.cpp
@@ -25,10 +25,10 @@
static const char description[] = I18N_NOOP("TDE Patience Game");
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+file", I18N_NOOP("File to load"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char **argv )