From aef5eada7f51ee48f3d21448db290bd8f06953a8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:50:20 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- khexedit/hexeditorwidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/hexeditorwidget.cc') 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 { -- cgit v1.2.1