diff options
Diffstat (limited to 'konq-plugins')
-rw-r--r-- | konq-plugins/fsview/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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[]) |