diff options
Diffstat (limited to 'khexedit/hexviewwidget.cc')
-rw-r--r-- | khexedit/hexviewwidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexviewwidget.cc b/khexedit/hexviewwidget.cc index 5ebd75b..50ce5cc 100644 --- a/khexedit/hexviewwidget.cc +++ b/khexedit/hexviewwidget.cc @@ -1091,7 +1091,7 @@ int CHexViewWidget::bookmarkMenu( const TQString &title ) } TQString text; - KPopupMenu *popup = new KPopupMenu( 0 ); + TDEPopupMenu *popup = new TDEPopupMenu( 0 ); popup->insertTitle( title ); for( uint i=0; i < list.count(); i++ ) { |