summaryrefslogtreecommitdiffstats
path: root/kicker-applets/kbinaryclock/kbinaryclock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/kbinaryclock/kbinaryclock.cpp')
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.cpp b/kicker-applets/kbinaryclock/kbinaryclock.cpp
index 04497f4..3064179 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.cpp
+++ b/kicker-applets/kbinaryclock/kbinaryclock.cpp
@@ -264,15 +264,15 @@ void KBinaryClock::updateClock(){
*/
void KBinaryClock::mousePressEvent(TQMouseEvent *event) {
switch (event->button()) {
- case Qt::RightButton:
+ case TQt::RightButton:
TQToolTip::remove(this);
openContextMenu();
break;
- case Qt::LeftButton:
+ case TQt::LeftButton:
toggleCalendar();
TQToolTip::remove(this);
break;
- case Qt::MidButton:
+ case TQt::MidButton:
TQToolTip::remove(this);
break;
default: