diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:46 -0600 |
commit | 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch) | |
tree | c1df4e69800be09a5873c527831b700268dd7cdf /dcoprss/main.cpp | |
parent | 9598af160810ee4dccabad48563ddecd071c6065 (diff) | |
download | tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.tar.gz tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'dcoprss/main.cpp')
-rw-r--r-- | dcoprss/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcoprss/main.cpp b/dcoprss/main.cpp index 7e60cac1..fde9a7b5 100644 --- a/dcoprss/main.cpp +++ b/dcoprss/main.cpp @@ -18,8 +18,8 @@ int main (int argc, char *argv[]) KAboutData::License_GPL, "(C) 2003, Ian Reinhart Geiser"); aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"[email protected]"); - KCmdLineArgs::init( argc, argv, &aboutdata ); - // KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutdata ); + // TDECmdLineArgs::addCmdLineOptions( options ); KUniqueApplication::addCmdLineOptions(); if (!KUniqueApplication::start()) |