diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-06 12:59:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-09 10:20:34 +0900 |
commit | 8719cde040402e4a154edd21ca502e9e3a478c86 (patch) | |
tree | e584b096e0dc56b688778d8acbdb57ac834f8d1b /client/crystalbutton.cpp | |
parent | e0ee1309fe3df62b3562e482d55a027d1754af1b (diff) | |
download | twin-style-crystal-8719cde040402e4a154edd21ca502e9e3a478c86.tar.gz twin-style-crystal-8719cde040402e4a154edd21ca502e9e3a478c86.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c71f5923072260105da691c5dca65bd25c102ebc)
Diffstat (limited to 'client/crystalbutton.cpp')
-rw-r--r-- | client/crystalbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/crystalbutton.cpp b/client/crystalbutton.cpp index c714e99..6c5c6a3 100644 --- a/client/crystalbutton.cpp +++ b/client/crystalbutton.cpp @@ -41,7 +41,7 @@ CrystalButton::CrystalButton(CrystalClient *parent, const char *name, hover=first=last=false; animation=0.0; TQToolTip::add(this, tip); - connect ( &animation_timer,TQT_SIGNAL(timeout()),this,TQT_SLOT(animate())); + connect ( &animation_timer,TQ_SIGNAL(timeout()),this,TQ_SLOT(animate())); } CrystalButton::~CrystalButton() |