diff options
Diffstat (limited to 'akregator/src/trayicon.cpp')
-rw-r--r-- | akregator/src/trayicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/trayicon.cpp b/akregator/src/trayicon.cpp index 9cab8b3bf..bbf0d9900 100644 --- a/akregator/src/trayicon.cpp +++ b/akregator/src/trayicon.cpp @@ -74,7 +74,7 @@ TrayIcon::~TrayIcon() void TrayIcon::mousePressEvent(TQMouseEvent *e) { - if (e->button() == Qt::LeftButton) { + if (e->button() == TQt::LeftButton) { emit showPart(); } |