From 9a03aa40e3110a537b19f8a708d6782c69526f30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:05 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- knewsticker/knewstickerstub/knewstickerstub.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knewsticker/knewstickerstub') diff --git a/knewsticker/knewstickerstub/knewstickerstub.cpp b/knewsticker/knewstickerstub/knewstickerstub.cpp index ae9c97b8..3a2b4bd5 100644 --- a/knewsticker/knewstickerstub/knewstickerstub.cpp +++ b/knewsticker/knewstickerstub/knewstickerstub.cpp @@ -25,11 +25,11 @@ static const char version[] = "0.3"; static const char description[] = I18N_NOOP("A frontend to the KNewsTicker configuration"); static const char copyright[] = I18N_NOOP("(c)2000, 2001 Frerich Raabe"); -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"a", 0, 0}, {"addrdf ", I18N_NOOP("Add the RDF/RSS file referenced by "), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) -- cgit v1.2.1