diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:42:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:42:56 -0600 |
commit | dd42a9fb94d315140072a6fb51e7987cf54783df (patch) | |
tree | 412f7335f811ec5e3a3e5a15545c89f69d72e1a2 /konq-plugins/fsview/main.cpp | |
parent | 6d341cc28e6a7195d856c07d377b87533abdcce4 (diff) | |
download | tdeaddons-dd42a9fb94d315140072a6fb51e7987cf54783df.tar.gz tdeaddons-dd42a9fb94d315140072a6fb51e7987cf54783df.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/fsview/main.cpp')
-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[]) |