From 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- knewstuff/khotnewstuff.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'knewstuff/khotnewstuff.cpp') diff --git a/knewstuff/khotnewstuff.cpp b/knewstuff/khotnewstuff.cpp index e479bd3b3..cf68255a3 100644 --- a/knewstuff/khotnewstuff.cpp +++ b/knewstuff/khotnewstuff.cpp @@ -36,11 +36,11 @@ static const KCmdLineOptions op[] = int main(int argc, char **argv) { KAboutData about("khotnewstuff", "KHotNewStuff", "0.2"); - KCmdLineArgs *args; + TDECmdLineArgs *args; - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(op); - args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(op); + args = TDECmdLineArgs::parsedArgs(); KApplication i; -- cgit v1.2.3