From dd42a9fb94d315140072a6fb51e7987cf54783df Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:42:56 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- konq-plugins/fsview/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konq-plugins') diff --git a/konq-plugins/fsview/main.cpp b/konq-plugins/fsview/main.cpp index a2086c2..4be2f3b 100644 --- a/konq-plugins/fsview/main.cpp +++ b/konq-plugins/fsview/main.cpp @@ -14,10 +14,10 @@ #include "fsview.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[folder]", I18N_NOOP("View filesystem starting from this folder"), 0 }, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; int main(int argc, char* argv[]) -- cgit v1.2.1