diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:46 -0600 |
commit | 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch) | |
tree | c1df4e69800be09a5873c527831b700268dd7cdf /kget | |
parent | 9598af160810ee4dccabad48563ddecd071c6065 (diff) | |
download | tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.tar.gz tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kget')
-rw-r--r-- | kget/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kget/main.cpp b/kget/main.cpp index 589fb177..ffa891f1 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -135,7 +135,7 @@ public: sDebugIn <<"kmainwidget="<<kmainwidget << endl; #endif - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (kmainwidget==0) @@ -204,8 +204,8 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Matej Koss", 0); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions(option); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions(option); KGetApp::addCmdLineOptions(); |