diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:33:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:33:49 -0600 |
commit | 016d55937762be16b34d7339acc9b84725832e71 (patch) | |
tree | cf39516cb23648aee3b1b8da9a5f57f24f42fd62 /src | |
parent | 635228158f83d13a8ffe451c495232b35b03fffa (diff) | |
download | kile-016d55937762be16b34d7339acc9b84725832e71.tar.gz kile-016d55937762be16b34d7339acc9b84725832e71.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/kile/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/main.cpp b/src/kile/main.cpp index 038465c..f2c32ab 100644 --- a/src/kile/main.cpp +++ b/src/kile/main.cpp @@ -33,12 +33,12 @@ #include "kiledebug.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "line <line>", I18N_NOOP( "Jump to line" ), "0" }, { "new", I18N_NOOP( "Start a new Kile mainwindow" ), 0 }, { "+[file]", I18N_NOOP( "File to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; bool isProject(const TQString &path) |