summaryrefslogtreecommitdiffstats
path: root/twin-styles/openlook/OpenLook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/openlook/OpenLook.cpp')
-rw-r--r--twin-styles/openlook/OpenLook.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/openlook/OpenLook.cpp b/twin-styles/openlook/OpenLook.cpp
index fd07a70a..71489d91 100644
--- a/twin-styles/openlook/OpenLook.cpp
+++ b/twin-styles/openlook/OpenLook.cpp
@@ -281,7 +281,7 @@ OpenLook::showEvent(TQShowEvent *)
void
OpenLook::mouseDoubleClickEvent(TQMouseEvent * e)
{
- if (e->button() == Qt::LeftButton && titleRect().contains(e->pos()))
+ if (e->button() == TQt::LeftButton && titleRect().contains(e->pos()))
{
titlebarDblClickOperation();
}