summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/lnk
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/lnk')
-rw-r--r--tdefile-plugins/lnk/lnkforward.cpp4
1 files changed, 2 insertions, 2 deletions
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
};
//--------------------------------------------------------------------------------