diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:32:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:32:00 -0600 |
commit | 2ce33945eaf5ae84953a41960261eb802ce42f68 (patch) | |
tree | 46e72da5bfc33ff5d544902595cd061b1dbfc9fb | |
parent | 8773bce422c47cf1bd4049d82952c93e7bdb029d (diff) | |
download | dolphin-2ce33945eaf5ae84953a41960261eb802ce42f68.tar.gz dolphin-2ce33945eaf5ae84953a41960261eb802ce42f68.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index d9006e0..9971999 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,10 +27,10 @@ #include <klocale.h> #include <krun.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |