From 9e5c87c89567a98c3344c90e392a27715437334c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:58 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- khexedit/hexviewwidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/hexviewwidget.cc') 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++ ) { -- cgit v1.2.1