diff options
Diffstat (limited to 'kpovmodeler/main.cpp')
-rw-r--r-- | kpovmodeler/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/main.cpp b/kpovmodeler/main.cpp index c5aed527..12cbe719 100644 --- a/kpovmodeler/main.cpp +++ b/kpovmodeler/main.cpp @@ -42,7 +42,7 @@ int main( int argc, char* argv[] ) TDECmdLineArgs::init( argc, argv, PMFactory::aboutData( ) ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs( ); |