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 c6b9669..de8e506 100644
--- a/knights/knightstextview.cpp
+++ b/knights/knightstextview.cpp
@@ -36,7 +36,7 @@ KnightsTextView::KnightsTextView(TQWidget *parent, resource *Rsrc ) : TQTextBrow
myResource = Rsrc;
setReadOnly( TRUE );
setTextFormat( TQt::RichText );
- menuView = new KPopupMenu( this );
+ menuView = new TDEPopupMenu( this );
/*
Configure functions in the View right click menu
*/