diff options
Diffstat (limited to 'kappfinder')
-rw-r--r-- | kappfinder/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kappfinder/main.cpp b/kappfinder/main.cpp index c5f1f57a3..b28cf01cc 100644 --- a/kappfinder/main.cpp +++ b/kappfinder/main.cpp @@ -43,7 +43,7 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - KApplication app; + TDEApplication app; TopLevel *dlg = new TopLevel( args->getOption( "dir" ) ); app.setMainWidget( dlg ); |