From 2877440fbda2e245d04f534ed51d7cb7c0a06482 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:57 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kregexpeditor/test-without-dl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kregexpeditor/test-without-dl') 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() ); -- cgit v1.2.3