summaryrefslogtreecommitdiffstats
path: root/src/trayhoverpopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trayhoverpopup.cpp')
-rw-r--r--src/trayhoverpopup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trayhoverpopup.cpp b/src/trayhoverpopup.cpp
index 01fe070..9c2edd8 100644
--- a/src/trayhoverpopup.cpp
+++ b/src/trayhoverpopup.cpp
@@ -54,8 +54,8 @@ TrayHoverPopup::TrayHoverPopup(const TQPixmap & pix,TQWidget *parent, const char
{
setTimeout(0);
setAutoDelete(false);
- connect(&hover_timer,SIGNAL(timeout()),this,SLOT(onHoverTimeout()));
- connect(&show_timer,SIGNAL(timeout()),this,SLOT(onShowTimeout()));
+ connect(&hover_timer,TQ_SIGNAL(timeout()),this,TQ_SLOT(onHoverTimeout()));
+ connect(&show_timer,TQ_SIGNAL(timeout()),this,TQ_SLOT(onShowTimeout()));
create();
setPalette(TQToolTip::palette());
setLineWidth(1);