summaryrefslogtreecommitdiffstats
path: root/krfb
diff options
context:
space:
mode:
Diffstat (limited to 'krfb')
-rw-r--r--krfb/krfb/trayicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krfb/krfb/trayicon.cpp b/krfb/krfb/trayicon.cpp
index 84018384..aa848f90 100644
--- a/krfb/krfb/trayicon.cpp
+++ b/krfb/krfb/trayicon.cpp
@@ -124,7 +124,7 @@ void TrayIcon::setDesktopControlSetting(bool b) {
void TrayIcon::mousePressEvent(TQMouseEvent *e)
{
- if (!TQT_TQRECT_OBJECT(rect()).contains(e->pos()))
+ if (!rect().contains(e->pos()))
return;
if (e->button() == Qt::LeftButton) {