summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor
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 /kimagemapeditor
parent3240c45eaa4a785f0d90d5e712f4c51e53378117 (diff)
downloadtdewebdev-ca1ec6eeaaf5744fae891a5b0696591bbaece795.tar.gz
tdewebdev-ca1ec6eeaaf5744fae891a5b0696591bbaece795.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kimagemapeditor')
-rw-r--r--kimagemapeditor/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kimagemapeditor/main.cpp b/kimagemapeditor/main.cpp
index 626a6e44..679ef7b2 100644
--- a/kimagemapeditor/main.cpp
+++ b/kimagemapeditor/main.cpp
@@ -49,8 +49,8 @@ int main(int argc, char *argv[])
aboutData.addCredit("Antonio Crevillen",I18N_NOOP("For the Spanish translation"));
aboutData.addCredit("Fabrice Mous",I18N_NOOP("For the Dutch translation"));
aboutData.addCredit("Germain Chazot",I18N_NOOP("For the French translation"));
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication a;
a.dcopClient()->registerAs(a.name());
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
}
else
{
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() == 0 )
{
KimeShell *kimeShell = new KimeShell();