summaryrefslogtreecommitdiffstats
path: root/knewsticker
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
commit9a03aa40e3110a537b19f8a708d6782c69526f30 (patch)
tree4e474833681c23cc05f07959bef63fdb7453a848 /knewsticker
parent516ce728ff4ffd1d1d78db856f167d180347dc02 (diff)
downloadtdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz
tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'knewsticker')
-rw-r--r--knewsticker/knewstickerstub/knewstickerstub.cpp4
1 files changed, 2 insertions, 2 deletions
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 <url>", I18N_NOOP("Add the RDF/RSS file referenced by <url>"), 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)