diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:33 -0600 |
commit | 201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3 (patch) | |
tree | 83466931bbe6cb61325959b035c45c4c15e3e463 /src/tdesvnd | |
parent | 7f5f522e98edd9b4c0f38b516898e9de82814e8a (diff) | |
download | tdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.tar.gz tdesvn-201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvnd')
-rw-r--r-- | src/tdesvnd/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp index 9aad1c7..fa18d41 100644 --- a/src/tdesvnd/main.cpp +++ b/src/tdesvnd/main.cpp @@ -46,8 +46,8 @@ int main (int argc, char *argv[]) KAboutData::License_GPL, "(C) %{YEAR}, Rajko Albrecht"); aboutdata.addAuthor("Rajko Albrecht",I18N_NOOP("Developer"),"rajko.albrecht@tecways.com"); - KCmdLineArgs::init( argc, argv, &aboutdata ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutdata ); + TDECmdLineArgs::addCmdLineOptions( options ); KUniqueApplication::addCmdLineOptions(); if (!KUniqueApplication::start()) |