From b2485e1170356437cce33facfc41c7446e080483 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:43:04 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kpackage/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpackage') diff --git a/kpackage/main.cpp b/kpackage/main.cpp index d82dcbf..14c6063 100644 --- a/kpackage/main.cpp +++ b/kpackage/main.cpp @@ -58,12 +58,12 @@ static const char description[] = I18N_NOOP("TDE Package installer"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "remote ", I18N_NOOP("Remote host for Debian APT, via SSH"), 0 }, { "r ", 0, 0}, { "+[Package]", I18N_NOOP("Package to install"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; // Globals -- cgit v1.2.1