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 9f52418..6a8db9b 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 layoutChanged( const SDisplayLayout &tqlayout ); + void layoutChanged( const SDisplayLayout &layout ); void inputModeChanged( const SDisplayInputMode &mode ); void bookmarkChanged( TQPtrList<SCursorOffset> &list ); void removeRecentFile( const TQString &fileName ); |