From a39f0c371d8b0dbf86f7e8d8019dd9818e05b6de Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:33:20 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- kdirstat/kdirstatmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }