summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/dmsbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/dmsbox.cpp')
-rw-r--r--kstars/kstars/dmsbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/dmsbox.cpp b/kstars/kstars/dmsbox.cpp
index 32fd2fd2..a0e1981d 100644
--- a/kstars/kstars/dmsbox.cpp
+++ b/kstars/kstars/dmsbox.cpp
@@ -33,7 +33,7 @@ dmsBox::dmsBox(TQWidget *parent, const char *name, bool dg)
setDegType( dg );
- connect( this, TQT_SIGNAL( textChanged( const TQString & ) ), this, TQT_SLOT( slotTextChanged( const TQString & ) ) );
+ connect( this, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( slotTextChanged( const TQString & ) ) );
}
void dmsBox::setEmptyText() {