summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/opscatalog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/opscatalog.cpp')
-rw-r--r--kstars/kstars/opscatalog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/opscatalog.cpp b/kstars/kstars/opscatalog.cpp
index 71909872..a9fda7ac 100644
--- a/kstars/kstars/opscatalog.cpp
+++ b/kstars/kstars/opscatalog.cpp
@@ -82,7 +82,7 @@ OpsCatalog::~OpsCatalog() {}
void OpsCatalog::updateDisplay() {
//Modify display according to settings in the CatalogList
- if ( TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender()))->name() == TQString( "CatalogList" ) )
+ if ( sender()->name() == TQString( "CatalogList" ) )
Options::setShowDeepSky( true );
Options::setShowMessier( showMessier->isOn() );