summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/trayicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/trayicon.cpp')
-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 aa848f90..7464fd03 100644
--- a/krfb/krfb/trayicon.cpp
+++ b/krfb/krfb/trayicon.cpp
@@ -127,7 +127,7 @@ void TrayIcon::mousePressEvent(TQMouseEvent *e)
if (!rect().contains(e->pos()))
return;
- if (e->button() == Qt::LeftButton) {
+ if (e->button() == TQt::LeftButton) {
contextMenuAboutToShow(contextMenu());
contextMenu()->popup(e->globalPos());
}