summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timespinbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/timespinbox.cpp')
-rw-r--r--kstars/kstars/timespinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/timespinbox.cpp b/kstars/kstars/timespinbox.cpp
index 40e0b94f..df3fa775 100644
--- a/kstars/kstars/timespinbox.cpp
+++ b/kstars/kstars/timespinbox.cpp
@@ -56,7 +56,7 @@ TimeSpinBox::TimeSpinBox( TQWidget *parent, const char *name, bool _daysonly )
}
setFixedWidth( wmax + extra );
- connect( this, TQT_SIGNAL( valueChanged( int ) ), this, TQT_SLOT( reportChange() ) );
+ connect( this, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( reportChange() ) );
updateDisplay();
}