From fefb2ade547b2756dd2e09f6a173e71fd7d98067 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:32 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d1e0cc8..61253cc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -213,10 +213,10 @@ int main(int argc, char **argv) else { - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); Kvkbd::addCmdLineOptions(); - //KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + //TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); findAloneWindow(); Kvkbd a;