From ebae805e6faf3ab11b882bd64d76f55ea2a3f96b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:24 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/abakus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abakus.cpp b/src/abakus.cpp index 94f9c6d..91a4ad1 100644 --- a/src/abakus.cpp +++ b/src/abakus.cpp @@ -61,7 +61,7 @@ int main(int argc, char **argv) kdDebug() << "Using the internal high-precision library.\n"; #endif - KCmdLineArgs::init(argc, argv, about); + TDECmdLineArgs::init(argc, argv, about); KApplication app; MainWindow *win = new MainWindow; -- cgit v1.2.1