diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:50:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:50:20 -0600 |
commit | aef5eada7f51ee48f3d21448db290bd8f06953a8 (patch) | |
tree | 9d6e7572ebcc27e402501d6966f9b46361a1702c /khexedit/optiondialog.cc | |
parent | 95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff) | |
download | tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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") ); |