summaryrefslogtreecommitdiffstats
path: root/kmymoney2/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:01:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:01:10 -0600
commita6000c6f2f1a03b34f15d1948f63f0c894f09451 (patch)
tree59a9994e4bb71bc5a74704773e677f2d2474c017 /kmymoney2/main.cpp
parentdb89d6f6d944825a20ce69bb11c23b19b2935164 (diff)
downloadkmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.tar.gz
kmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmymoney2/main.cpp')
-rw-r--r--kmymoney2/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp
index d31c7d5..55ef740 100644
--- a/kmymoney2/main.cpp
+++ b/kmymoney2/main.cpp
@@ -59,7 +59,7 @@ static KCmdLineOptions options[] =
#if KMM_DEBUG
// The following options are only available when compiled in debug mode
{ "trace", I18N_NOOP("turn on program traces"), 0},
- { "dump-actions", I18N_NOOP("dump the names of all defined KAction objects to stdout and quit"), 0},
+ { "dump-actions", I18N_NOOP("dump the names of all defined TDEAction objects to stdout and quit"), 0},
#endif
// INSERT YOUR COMMANDLINE OPTIONS HERE