diff options
Diffstat (limited to 'kstars/kstars/main.cpp')
-rw-r--r-- | kstars/kstars/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/main.cpp b/kstars/kstars/main.cpp index d37f2355..8bb200e0 100644 --- a/kstars/kstars/main.cpp +++ b/kstars/kstars/main.cpp @@ -65,7 +65,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - KApplication a; + TDEApplication a; if ( args->isSet( "dump" ) ) { kdDebug() << i18n( "Dumping sky image" ) << endl; |