summaryrefslogtreecommitdiffstats
path: root/lib/kopainter/koIconChooser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kopainter/koIconChooser.cpp')
-rw-r--r--lib/kopainter/koIconChooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kopainter/koIconChooser.cpp b/lib/kopainter/koIconChooser.cpp
index e8647ffb3..bae95a21a 100644
--- a/lib/kopainter/koIconChooser.cpp
+++ b/lib/kopainter/koIconChooser.cpp
@@ -205,7 +205,7 @@ KoIconChooser::startDrag()
void KoIconChooser::mouseReleaseEvent(TQMouseEvent * e)
{
mMouseButtonDown = true;
- if(e->button() == Qt::LeftButton)
+ if(e->button() == TQt::LeftButton)
{
TQPoint p = e->pos();
mDragStartPos = p;