summaryrefslogtreecommitdiffstats
path: root/konversation/src/topiclabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/topiclabel.cpp')
-rw-r--r--konversation/src/topiclabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/topiclabel.cpp b/konversation/src/topiclabel.cpp
index 7036549..94c4613 100644
--- a/konversation/src/topiclabel.cpp
+++ b/konversation/src/topiclabel.cpp
@@ -79,7 +79,7 @@ namespace Konversation
void TopicLabel::contentsMousePressEvent(TQMouseEvent *e)
{
- if (e->button()==Qt::LeftButton)
+ if (e->button()==TQt::LeftButton)
{
pressPosition=e->pos();
urlToDrag = anchorAt(pressPosition);
@@ -98,7 +98,7 @@ namespace Konversation
void TopicLabel::contentsMouseReleaseEvent(TQMouseEvent *e)
{
- if (e->button()==Qt::LeftButton)
+ if (e->button()==TQt::LeftButton)
{
if (mousePressed) openLink(urlToDrag);
mousePressed=false;