diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:48:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:48:02 -0600 |
commit | fe0432259a73c5b048cf34ea30f525ed2af392ce (patch) | |
tree | ab887d531fd1bc5d5e5e711f10a49e8e89f15cae /kedit | |
parent | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff) | |
download | tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kedit')
-rw-r--r-- | kedit/kedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kedit/kedit.cpp b/kedit/kedit.cpp index 4e81d04..cd5dbeb 100644 --- a/kedit/kedit.cpp +++ b/kedit/kedit.cpp @@ -1252,11 +1252,11 @@ void TopLevel::toggle_overwrite(){ static const char description[] = I18N_NOOP("TDE text editor"); -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "encoding <encoding>", I18N_NOOP("Encoding to use for the following documents"), 0 }, { "+file", I18N_NOOP("File or URL to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain (int argc, char **argv) |