diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:57 -0600 |
commit | 2877440fbda2e245d04f534ed51d7cb7c0a06482 (patch) | |
tree | 874d2d10bf56b0547de792b6b6d48c4e895be034 /kregexpeditor | |
parent | 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (diff) | |
download | tdeutils-2877440fbda2e245d04f534ed51d7cb7c0a06482.tar.gz tdeutils-2877440fbda2e245d04f534ed51d7cb7c0a06482.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kregexpeditor')
-rw-r--r-- | kregexpeditor/main.cpp | 2 | ||||
-rw-r--r-- | kregexpeditor/test-without-dl/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/main.cpp b/kregexpeditor/main.cpp index 7cd1844..fe1a317 100644 --- a/kregexpeditor/main.cpp +++ b/kregexpeditor/main.cpp @@ -40,7 +40,7 @@ int main( int argc, char* argv[] ) KAboutData::License_GPL, "(c) 2002-2003 Jesper K. Pedersen"); TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication myapp; + TDEApplication myapp; #endif TQDialog* top = new TQDialog( 0 ); diff --git a/kregexpeditor/test-without-dl/main.cpp b/kregexpeditor/test-without-dl/main.cpp index 31903dd..a0c0c00 100644 --- a/kregexpeditor/test-without-dl/main.cpp +++ b/kregexpeditor/test-without-dl/main.cpp @@ -45,7 +45,7 @@ public: int main( int argc, char* argv[] ) { TDECmdLineArgs::init(argc, argv, "RegExp Example","",""); - KApplication myapp( argc, argv ); + TDEApplication myapp( argc, argv ); tqApp->installEventFilter( new ShootABug() ); |