summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-06 19:32:00 -0600
committerTimothy Pearson <[email protected]>2013-02-06 19:32:00 -0600
commit2ce33945eaf5ae84953a41960261eb802ce42f68 (patch)
tree46e72da5bfc33ff5d544902595cd061b1dbfc9fb
parent8773bce422c47cf1bd4049d82952c93e7bdb029d (diff)
downloaddolphin-2ce33945eaf5ae84953a41960261eb802ce42f68.tar.gz
dolphin-2ce33945eaf5ae84953a41960261eb802ce42f68.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--src/main.cpp4
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)