diff options
Diffstat (limited to 'khexedit/optiondialog.cc')
-rw-r--r-- | khexedit/optiondialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc index 89ed9b3..c33700c 100644 --- a/khexedit/optiondialog.cc +++ b/khexedit/optiondialog.cc @@ -392,7 +392,7 @@ void COptionDialog::setupFontPage( void ) mFont.chooser = new KFontChooser( page, "font", true, TQStringList(), false, 4 ); topLayout->addWidget( mFont.chooser ); - TQFont fixFont( KGlobalSettings::fixedFont() ); + TQFont fixFont( TDEGlobalSettings::fixedFont() ); fixFont.setBold(true); mFont.chooser->setFont( fixFont, true ); mFont.chooser->setSampleText( i18n("KHexEdit editor font") ); |