summaryrefslogtreecommitdiffstats
path: root/kxsldbg/xsldbgmain.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:49 -0600
commitca1ec6eeaaf5744fae891a5b0696591bbaece795 (patch)
tree33109d2b950090bb7f320d20a115364514a08957 /kxsldbg/xsldbgmain.cpp
parent3240c45eaa4a785f0d90d5e712f4c51e53378117 (diff)
downloadtdewebdev-ca1ec6eeaaf5744fae891a5b0696591bbaece795.tar.gz
tdewebdev-ca1ec6eeaaf5744fae891a5b0696591bbaece795.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kxsldbg/xsldbgmain.cpp')
-rw-r--r--kxsldbg/xsldbgmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kxsldbg/xsldbgmain.cpp b/kxsldbg/xsldbgmain.cpp
index 929171d0..efa924ba 100644
--- a/kxsldbg/xsldbgmain.cpp
+++ b/kxsldbg/xsldbgmain.cpp
@@ -129,8 +129,8 @@ int main(int argc, char **argv)
KAboutData about("xsldbg", I18N_NOOP("Xsldbg"), version, description, KAboutData::License_GPL, "(C) 2003 Keith Isdale", freeFormText, 0, "k_isdale@tpg.com.au");
about.addAuthor( "Keith Isdale", 0, "k_isdale@tpg.com.au" );
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions( options );
XsldbgApp app;
return app.exec();;