diff options
Diffstat (limited to 'khexedit/hexeditorwidget.h')
-rw-r--r-- | khexedit/hexeditorwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexeditorwidget.h b/khexedit/hexeditorwidget.h index d14bfd1..7cd8cfa 100644 --- a/khexedit/hexeditorwidget.h +++ b/khexedit/hexeditorwidget.h @@ -170,7 +170,7 @@ class CHexEditorWidget : public TQWidget protected slots: void fontChanged( void ); void paletteChanged( void ); - void tqlayoutChanged( const SDisplayLayout &tqlayout ); + void layoutChanged( const SDisplayLayout &tqlayout ); void inputModeChanged( const SDisplayInputMode &input ); void setLineSize(const SDisplayLine &line ); void setLayout( const SDisplayLayout &tqlayout ); |