From 9b8c9f1f9e974ff0176108cfbd8852cd99ea68c8 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khexedit/toplevel.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khexedit/toplevel.cc') diff --git a/khexedit/toplevel.cc b/khexedit/toplevel.cc index f23d9ad..4be3bda 100644 --- a/khexedit/toplevel.cc +++ b/khexedit/toplevel.cc @@ -83,8 +83,8 @@ KHexEdit::KHexEdit( void ) TQT_TQOBJECT(this), TQT_SLOT( textWidth( uint ) ) ); connect( hexView(), TQT_SIGNAL( fileState( SFileState & ) ), TQT_TQOBJECT(this), TQT_SLOT( fileState( SFileState & ) ) ); - connect( hexView(), TQT_SIGNAL( tqlayoutChanged( const SDisplayLayout & ) ), - TQT_TQOBJECT(this), TQT_SLOT( tqlayoutChanged( const SDisplayLayout & ) ) ); + connect( hexView(), TQT_SIGNAL( layoutChanged( const SDisplayLayout & ) ), + TQT_TQOBJECT(this), TQT_SLOT( layoutChanged( const SDisplayLayout & ) ) ); connect( hexView(), TQT_SIGNAL( inputModeChanged( const SDisplayInputMode & ) ), TQT_TQOBJECT(this), TQT_SLOT( inputModeChanged( const SDisplayInputMode & ) ) ); connect( hexView(), TQT_SIGNAL( bookmarkChanged( TQPtrList &)), @@ -807,7 +807,7 @@ void KHexEdit::fileState( SFileState &state ) -void KHexEdit::tqlayoutChanged( const SDisplayLayout &tqlayout ) +void KHexEdit::layoutChanged( const SDisplayLayout &tqlayout ) { KRadioAction *radioAction; -- cgit v1.2.1