diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:24 -0600 |
commit | ebae805e6faf3ab11b882bd64d76f55ea2a3f96b (patch) | |
tree | 2255668b8734a3e3134cf3d2f13a821445601486 | |
parent | fe301f2998cba9bdd76ce24e852cbd2d55984544 (diff) | |
download | abakus-ebae805e6faf3ab11b882bd64d76f55ea2a3f96b.tar.gz abakus-ebae805e6faf3ab11b882bd64d76f55ea2a3f96b.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | src/abakus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |