diff options
Diffstat (limited to 'kregexpeditor/main.cpp')
-rw-r--r-- | kregexpeditor/main.cpp | 2 |
1 files changed, 1 insertions, 1 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 ); |