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 /tdefile-plugins | |
parent | 6d341cc28e6a7195d856c07d377b87533abdcce4 (diff) | |
download | tdeaddons-dd42a9fb94d315140072a6fb51e7987cf54783df.tar.gz tdeaddons-dd42a9fb94d315140072a6fb51e7987cf54783df.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/lnk/lnkforward.cpp | 4 |
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 }; //-------------------------------------------------------------------------------- |