diff options
-rw-r--r-- | konq-plugins/fsview/main.cpp | 4 | ||||
-rw-r--r-- | ksig/main.cpp | 4 | ||||
-rw-r--r-- | tdefile-plugins/lnk/lnkforward.cpp | 4 |
3 files changed, 6 insertions, 6 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[]) diff --git a/ksig/main.cpp b/ksig/main.cpp index 8b8a7e5..868a7f0 100644 --- a/ksig/main.cpp +++ b/ksig/main.cpp @@ -26,11 +26,11 @@ static const char description[] = I18N_NOOP("KSig"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "random", I18N_NOOP("Display a random signature"), 0}, { "daily", I18N_NOOP("Display a signature for the day"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/tdefile-plugins/lnk/lnkforward.cpp b/tdefile-plugins/lnk/lnkforward.cpp index 6161a15..891e032 100644 --- a/tdefile-plugins/lnk/lnkforward.cpp +++ b/tdefile-plugins/lnk/lnkforward.cpp @@ -40,12 +40,12 @@ static const char description[] = I18N_NOOP("TDE tool for opening URLs given in static const char version[] = "1.0"; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "map <drive=path>", I18N_NOOP("Map a Windows drive to a local mountpoint, e.g. \"C=/mnt/windows\"" "\nThis option can be given multiple times"), 0}, { "+URL", I18N_NOOP("Windows .lnk file to open"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; //-------------------------------------------------------------------------------- |