summaryrefslogtreecommitdiffstats
path: root/khexedit/searchbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/searchbar.cc')
-rw-r--r--khexedit/searchbar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/searchbar.cc b/khexedit/searchbar.cc
index 3de511d..3122980 100644
--- a/khexedit/searchbar.cc
+++ b/khexedit/searchbar.cc
@@ -51,8 +51,8 @@ static const char * close_xpm[] = {
" ",
" "};
-CSearchBar::CSearchBar( TQWidget *tqparent, const char *name, WFlags f )
- :TQFrame( tqparent, name, f )
+CSearchBar::CSearchBar( TQWidget *parent, const char *name, WFlags f )
+ :TQFrame( parent, name, f )
{
setFrameStyle( TQFrame::Panel | TQFrame::Raised );
setLineWidth( 1 );