summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timeunitbox.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-13 11:49:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-19 10:25:42 +0900
commit69e4de2f4cee257151ca13b207dc677b2d958fed (patch)
tree01cb14d87074092f48260fe4db758dcb89917d98 /kstars/kstars/timeunitbox.cpp
parent0d9cc39b25fa93369504fbbf3ea91f01fb376aab (diff)
downloadtdeedu-69e4de2f4cee257151ca13b207dc677b2d958fed.tar.gz
tdeedu-69e4de2f4cee257151ca13b207dc677b2d958fed.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kstars/kstars/timeunitbox.cpp')
-rw-r--r--kstars/kstars/timeunitbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/timeunitbox.cpp b/kstars/kstars/timeunitbox.cpp
index 0b89f057..4305fbd0 100644
--- a/kstars/kstars/timeunitbox.cpp
+++ b/kstars/kstars/timeunitbox.cpp
@@ -34,8 +34,8 @@ TimeUnitBox::TimeUnitBox(TQWidget *parent, const char *name, bool daysonly )
setDaysOnly( daysonly );
- connect( UpButton, TQT_SIGNAL( clicked() ), this, TQT_SLOT( increase() ) );
- connect( DownButton, TQT_SIGNAL( clicked() ), this, TQT_SLOT( decrease() ) );
+ connect( UpButton, TQ_SIGNAL( clicked() ), this, TQ_SLOT( increase() ) );
+ connect( DownButton, TQ_SIGNAL( clicked() ), this, TQ_SLOT( decrease() ) );
}
TimeUnitBox::~TimeUnitBox(){