summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:31:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:31:34 -0600
commiteca29714f005e061b84732244a7cfce9103319a6 (patch)
treeef127d8728b93df90960866050a6e14c08c0d6ad
parente187d89c07a3e5cea859d13ee96bcc72b950f2f8 (diff)
downloadbasket-eca29714.tar.gz
basket-eca29714.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--src/basket_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basket_options.h b/src/basket_options.h
index c2b3324..a4c75a7 100644
--- a/src/basket_options.h
+++ b/src/basket_options.h
@@ -24,7 +24,7 @@
#include <kcmdlineargs.h>
#include <klocale.h>
-KCmdLineOptions basket_options[] =
+TDECmdLineOptions basket_options[] =
{
{ "d", 0, 0 },
{ "debug", I18N_NOOP("Show the debug window"), 0 },
@@ -35,7 +35,7 @@ KCmdLineOptions basket_options[] =
{ "k", 0, 0 },
{ "use-drkonquy", I18N_NOOP("When crashing, use the standard TDE report dialog instead of sending an email"), 0 },
{ "+[file]", I18N_NOOP("Open basket archive or template"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
#endif // BASKET_OPTIONS_H