diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:47 -0600 |
commit | 479647c43c62fc50302342c8ac50a2fe024b4426 (patch) | |
tree | 946e0114bb29970388e3ae24418a9df7119eaef4 /cervisia/cvsservice/main.cpp | |
parent | ce145c966787b367fc3372bb78e8a5aefc33a410 (diff) | |
download | tdesdk-479647c43c62fc50302342c8ac50a2fe024b4426.tar.gz tdesdk-479647c43c62fc50302342c8ac50a2fe024b4426.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/cvsservice/main.cpp')
-rw-r--r-- | cervisia/cvsservice/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/cvsservice/main.cpp b/cervisia/cvsservice/main.cpp index d8975783..3264487c 100644 --- a/cervisia/cvsservice/main.cpp +++ b/cervisia/cvsservice/main.cpp @@ -33,7 +33,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char** argv) about.addAuthor("Christian Loose", I18N_NOOP("Developer"), "christian.loose@hamburg.de"); - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); KApplication app; |