summaryrefslogtreecommitdiffstats
path: root/yakuake/src/image_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yakuake/src/image_button.cpp')
-rw-r--r--yakuake/src/image_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/image_button.cpp b/yakuake/src/image_button.cpp
index 67d15e1..eb9a209 100644
--- a/yakuake/src/image_button.cpp
+++ b/yakuake/src/image_button.cpp
@@ -63,7 +63,7 @@ void ImageButton::setPopupMenu(TQPopupMenu* menu)
{
popup_menu = menu;
popup_timer = new TQTimer(this);
- connect(popup_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(showPopupMenu()));
+ connect(popup_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(showPopupMenu()));
}
void ImageButton::showPopupMenu()