diff options
Diffstat (limited to 'khexedit/hextoolwidget.cc')
-rw-r--r-- | khexedit/hextoolwidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hextoolwidget.cc b/khexedit/hextoolwidget.cc index 4fa957b..d3a17f0 100644 --- a/khexedit/hextoolwidget.cc +++ b/khexedit/hextoolwidget.cc @@ -141,7 +141,7 @@ CHexToolWidget::CHexToolWidget( TQWidget *parent, const char *name ) mUtilBox->activate(); - connect( kapp, TQT_SIGNAL( kdisplayFontChanged() ), + connect( kapp, TQT_SIGNAL( tdedisplayFontChanged() ), TQT_SLOT( fontChanged() ) ); mCursorState.valid = false; |