diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:27 -0600 |
commit | 497dcf04d10620f20e806ebafc32325a89cc3f35 (patch) | |
tree | f1b4b6c94c26673a98aba282c4ace5ad68d8cb8d | |
parent | fbb0fa189369bd3092c66d05e8e435ba356cc10f (diff) | |
download | knetload-497dcf04d10620f20e806ebafc32325a89cc3f35.tar.gz knetload-497dcf04d10620f20e806ebafc32325a89cc3f35.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | knetload/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetload/main.cpp b/knetload/main.cpp index b48d424..9484e21 100644 --- a/knetload/main.cpp +++ b/knetload/main.cpp @@ -59,7 +59,7 @@ int main(int argc, char **argv) { aboutData.addCredit("Thanks to everyone in #KDE OpenProjects for " "being supportive and helpful!"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KUniqueApplication::addCmdLineOptions(); if (! KUniqueApplication::start()) { |