From 68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:28 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- lib/kross/test/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/kross/test/main.cpp') diff --git a/lib/kross/test/main.cpp b/lib/kross/test/main.cpp index 7f304ba6..f8caf2d8 100644 --- a/lib/kross/test/main.cpp +++ b/lib/kross/test/main.cpp @@ -155,10 +155,10 @@ int main(int argc, char **argv) "kross@dipe.org"); about.addAuthor("Sebastian Sauer", "Author", "mail@dipe.org"); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(options); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQString interpretername = args->getOption("interpreter"); TQString scriptfilename = args->getOption("scriptfile"); -- cgit v1.2.1