summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/astrocalc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/astrocalc.cpp')
-rw-r--r--kstars/kstars/tools/astrocalc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/tools/astrocalc.cpp b/kstars/kstars/tools/astrocalc.cpp
index bd9d2037..7ff8e73a 100644
--- a/kstars/kstars/tools/astrocalc.cpp
+++ b/kstars/kstars/tools/astrocalc.cpp
@@ -92,8 +92,8 @@ AstroCalc::AstroCalc( TQWidget* parent ) :
solarItem->setPixmap(0,solarIcon);
/*TQListViewItem * planetsItem = */new TQListViewItem(solarItem,i18n("Planets Coordinates"));
- connect(navigationPanel, TQT_SIGNAL(clicked(TQListViewItem *)), this,
- TQT_SLOT(slotItemSelection(TQListViewItem *)));
+ connect(navigationPanel, TQ_SIGNAL(clicked(TQListViewItem *)), this,
+ TQ_SLOT(slotItemSelection(TQListViewItem *)));
}
AstroCalc::~AstroCalc()