summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/opssolarsystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/opssolarsystem.cpp')
-rw-r--r--kstars/kstars/opssolarsystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/opssolarsystem.cpp b/kstars/kstars/opssolarsystem.cpp
index 90202a56..688a53c7 100644
--- a/kstars/kstars/opssolarsystem.cpp
+++ b/kstars/kstars/opssolarsystem.cpp
@@ -58,7 +58,7 @@ void OpsSolarSystem::slotCometWidgets( bool on ) {
void OpsSolarSystem::slotSelectPlanets() {
bool b=true;
- if ( TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender()))->name() == TQString( "showNonePlanets" ) ) b = false;
+ if ( sender()->name() == TQString( "showNonePlanets" ) ) b = false;
kcfg_ShowSun->setChecked( b );
kcfg_ShowMoon->setChecked( b );