summaryrefslogtreecommitdiffstats
path: root/konversation/src/ircinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/ircinput.cpp')
-rw-r--r--konversation/src/ircinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/ircinput.cpp b/konversation/src/ircinput.cpp
index 2fcc05a..3558d5f 100644
--- a/konversation/src/ircinput.cpp
+++ b/konversation/src/ircinput.cpp
@@ -349,7 +349,7 @@ void IRCInput::getHistory(bool up)
*/
void IRCInput::contentsMouseReleaseEvent( TQMouseEvent *ev)
{
- if (ev->button() == Qt::MidButton)
+ if (ev->button() == TQt::MidButton)
{
m_useSelection=true;
}