diff options
Diffstat (limited to 'khexedit/hexeditorwidget.cc')
-rw-r--r-- | khexedit/hexeditorwidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexeditorwidget.cc b/khexedit/hexeditorwidget.cc index 894b70f..5bf6c7f 100644 --- a/khexedit/hexeditorwidget.cc +++ b/khexedit/hexeditorwidget.cc @@ -493,7 +493,7 @@ void CHexEditorWidget::setFont( const SDisplayFont &font ) SDisplayFontInfo fontInfo; if( mDisplayState.font.useSystemFont == true ) { - fontInfo.font = KGlobalSettings::fixedFont(); + fontInfo.font = TDEGlobalSettings::fixedFont(); } else { |