diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:33:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:33:20 -0600 |
commit | a39f0c371d8b0dbf86f7e8d8019dd9818e05b6de (patch) | |
tree | 59f447afa1317c9dd8de764315d8a6a810192113 | |
parent | 125978c9398eb49389ae4c22e5acfd3c676d247e (diff) | |
download | kdirstat-a39f0c371d8b0dbf86f7e8d8019dd9818e05b6de.tar.gz kdirstat-a39f0c371d8b0dbf86f7e8d8019dd9818e05b6de.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | kdirstat/kdirstatmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdirstat/kdirstatmain.cpp b/kdirstat/kdirstatmain.cpp index 47ea5d0..96455fd 100644 --- a/kdirstat/kdirstatmain.cpp +++ b/kdirstat/kdirstatmain.cpp @@ -32,7 +32,7 @@ static const char *description = ); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[Dir/URL]", I18N_NOOP("Directory or URL to open"), 0 }, { 0, 0, 0 } |