From ca1ec6eeaaf5744fae891a5b0696591bbaece795 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:49 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- klinkstatus/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'klinkstatus') diff --git a/klinkstatus/src/main.cpp b/klinkstatus/src/main.cpp index e8ec125a..e4535188 100644 --- a/klinkstatus/src/main.cpp +++ b/klinkstatus/src/main.cpp @@ -61,8 +61,8 @@ int main(int argc, char *argv[]) about.addCredit("Jens Herden", 0, "jens@tdewebdev.org"); about.addCredit("Helge Hielscher", 0, "hhielscher@unternehmen.com"); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) else { // no session.. just start up normally - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); KLinkStatus *widget = new KLinkStatus; widget->show(); -- cgit v1.2.3