diff options
Diffstat (limited to 'khexedit/toplevel.h')
-rw-r--r-- | khexedit/toplevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/toplevel.h b/khexedit/toplevel.h index b15517c..398abf4 100644 --- a/khexedit/toplevel.h +++ b/khexedit/toplevel.h @@ -157,7 +157,7 @@ class KHexEdit : public KMainWindow void operationChanged( bool state ); void cursorChanged( SCursorState &state ); void fileState( SFileState &state ); - void tqlayoutChanged( const SDisplayLayout &tqlayout ); + void layoutChanged( const SDisplayLayout &tqlayout ); void inputModeChanged( const SDisplayInputMode &mode ); void bookmarkChanged( TQPtrList<SCursorOffset> &list ); void removeRecentFile( const TQString &fileName ); |