summaryrefslogtreecommitdiffstats
path: root/configdialog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:58 -0600
commite5202b1ce8611e5e5214caf6ba335b1940a7ba0b (patch)
tree293efbe05097a252310ebc1a4e580881888d104f /configdialog
parented6d66d4170624a5f83650abc3e4667e1be63e4c (diff)
downloadkbfx-e5202b1ce8611e5e5214caf6ba335b1940a7ba0b.tar.gz
kbfx-e5202b1ce8611e5e5214caf6ba335b1940a7ba0b.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'configdialog')
-rw-r--r--configdialog/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/configdialog/main.cpp b/configdialog/main.cpp
index 8a4f2bd..ecd46d8 100644
--- a/configdialog/main.cpp
+++ b/configdialog/main.cpp
@@ -35,12 +35,12 @@
static const char description[] = I18N_NOOP ( "KBFX Configuration Utility" );
static const char version[] = APPLICATION_VERSION;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"install <theme URL>", I18N_NOOP ( "Install KBFX theme from <URL>" ), 0},
{ "prepare <folder URL>", I18N_NOOP ( "Prepare KBFX theme from folder <URL>" ), 0 },
{ "about", I18N_NOOP ( "Show the About page" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
static KbfxConfigApp *mainWin = 0;