summaryrefslogtreecommitdiffstats
path: root/kjsembed/tests
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:43 -0600
commit8a69eba2f0eddce05cf86e0df8aec6e9f473d485 (patch)
treea889ac177bfba440878975db41e0a240daee8075 /kjsembed/tests
parent1dbcf2f985c1f3d9319f4c46a0da9951551f82c9 (diff)
downloadtdebindings-8a69eba2f0eddce05cf86e0df8aec6e9f473d485.tar.gz
tdebindings-8a69eba2f0eddce05cf86e0df8aec6e9f473d485.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/tests')
-rw-r--r--kjsembed/tests/testkjsembed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tests/testkjsembed.cpp b/kjsembed/tests/testkjsembed.cpp
index f97d6b1c..53c5f5da 100644
--- a/kjsembed/tests/testkjsembed.cpp
+++ b/kjsembed/tests/testkjsembed.cpp
@@ -36,7 +36,7 @@ int main( int argc, char **argv )
KAboutData about( "test-kjsembed", I18N_NOOP("KJS Embed Test"), "0.1",
I18N_NOOP("Test"),
KAboutData::License_LGPL, I18N_NOOP("(c) 2001-2002 Richard Moore") );
- KCmdLineArgs::init( argc, argv, &about );
+ TDECmdLineArgs::init( argc, argv, &about );
KApplication app;
// Setup Interpreter