From dd42a9fb94d315140072a6fb51e7987cf54783df Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:42:56 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- ksig/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksig') 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[]) -- cgit v1.2.1