summaryrefslogtreecommitdiffstats
path: root/kappfinder/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kappfinder/main.cpp')
-rw-r--r--kappfinder/main.cpp2
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 );