summaryrefslogtreecommitdiffstats
path: root/knights/knightstextview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/knightstextview.cpp')
-rw-r--r--knights/knightstextview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/knightstextview.cpp b/knights/knightstextview.cpp
index 2808f73..e0ed4b2 100644
--- a/knights/knightstextview.cpp
+++ b/knights/knightstextview.cpp
@@ -77,7 +77,7 @@ KnightsTextView::~KnightsTextView()
///////////////////////////////////////
void KnightsTextView::viewportMousePressEvent( TQMouseEvent *e )
{
- if( e->button() == Qt::RightButton )
+ if( e->button() == TQt::RightButton )
{
emit rightButtonClicked( e->globalPos() );
display_menuView( e->globalPos() );