diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:49:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:49:06 -0600 |
commit | 051ae88012e0fd0ed56b862da0efa957f1a72957 (patch) | |
tree | 3e31b3a2a944413a9a44f97d930dfcab81db92b5 /kommander/editor | |
parent | 1c53bf78a70a66d8ec15a77cbf98606694d7e6e7 (diff) | |
download | tdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.tar.gz tdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kommander/editor')
-rw-r--r-- | kommander/editor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/main.cpp b/kommander/editor/main.cpp index dad1f004..aee3a0ab 100644 --- a/kommander/editor/main.cpp +++ b/kommander/editor/main.cpp @@ -32,7 +32,7 @@ static const char *description = static const char *text = I18N_NOOP("Based on TQt Designer, (C) 2000 Trolltech AS."); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+file", I18N_NOOP("Dialog to open"), 0 }, { 0, 0, 0 } |