summaryrefslogtreecommitdiffstats
path: root/kregexpeditor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
commit6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (patch)
treea6a367ba18807833d8f90cb6b233e7bdb3f007cc /kregexpeditor
parentba743d360eabb06e6ffbafd2c7bc833dd985aa0c (diff)
downloadtdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.tar.gz
tdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kregexpeditor')
-rw-r--r--kregexpeditor/main.cpp2
-rw-r--r--kregexpeditor/test-without-dl/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/main.cpp b/kregexpeditor/main.cpp
index 47c323c..7cd1844 100644
--- a/kregexpeditor/main.cpp
+++ b/kregexpeditor/main.cpp
@@ -39,7 +39,7 @@ int main( int argc, char* argv[] )
"1.0", I18N_NOOP("Editor for Regular Expressions"),
KAboutData::License_GPL,
"(c) 2002-2003 Jesper K. Pedersen");
- KCmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
KApplication myapp;
#endif
diff --git a/kregexpeditor/test-without-dl/main.cpp b/kregexpeditor/test-without-dl/main.cpp
index ce7e084..31903dd 100644
--- a/kregexpeditor/test-without-dl/main.cpp
+++ b/kregexpeditor/test-without-dl/main.cpp
@@ -44,7 +44,7 @@ public:
int main( int argc, char* argv[] )
{
- KCmdLineArgs::init(argc, argv, "RegExp Example","","");
+ TDECmdLineArgs::init(argc, argv, "RegExp Example","","");
KApplication myapp( argc, argv );
tqApp->installEventFilter( new ShootABug() );