summaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
Diffstat (limited to 'kstars')
-rw-r--r--kstars/kstars/finddialog.cpp2
-rw-r--r--kstars/kstars/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/finddialog.cpp b/kstars/kstars/finddialog.cpp
index 46283def..eeeb177c 100644
--- a/kstars/kstars/finddialog.cpp
+++ b/kstars/kstars/finddialog.cpp
@@ -126,7 +126,7 @@ void FindDialog::filter() { //Filter the list of names with the string in the S
if ( name->text().lower().startsWith( searchFor ) ) {
new SkyObjectNameListItem ( SearchList, name );
/* if ( i++ >= 5000 ) { //Every 5000 name insertions,
- kapp->processEvents ( 50 ); //spend 50 msec processing KApplication events
+ kapp->processEvents ( 50 ); //spend 50 msec processing TDEApplication events
i = 0;
}*/
}
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;