summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/locationdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/locationdialog.cpp')
-rw-r--r--kstars/kstars/locationdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/locationdialog.cpp b/kstars/kstars/locationdialog.cpp
index 57287329..2f1462b8 100644
--- a/kstars/kstars/locationdialog.cpp
+++ b/kstars/kstars/locationdialog.cpp
@@ -283,7 +283,7 @@ void LocationDialog::filterCity( void ) {
if ( GeoBox->firstItem() ) // set first item in list as selected
GeoBox->setCurrentItem( GeoBox->firstItem() );
- MapView->tqrepaint();
+ MapView->repaint();
}
void LocationDialog::changeCity( void ) {
@@ -298,7 +298,7 @@ void LocationDialog::changeCity( void ) {
}
}
- MapView->tqrepaint();
+ MapView->repaint();
//Fill the fields at the bottom of the window with the selected city's data.
if ( SelectedCity ) {
@@ -437,7 +437,7 @@ void LocationDialog::findCitiesNear( int lng, int lat ) {
if ( GeoBox->firstItem() ) // set first item in list as selected
GeoBox->setCurrentItem( GeoBox->firstItem() );
- tqrepaint();
+ repaint();
}
bool LocationDialog::checkLongLat( void ) {