From 672c9c39de40e4da2849acbacf0b943dd26a31ac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:20:19 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/optiondialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/optiondialog.cpp') diff --git a/src/optiondialog.cpp b/src/optiondialog.cpp index 8b15dc8..7c70004 100644 --- a/src/optiondialog.cpp +++ b/src/optiondialog.cpp @@ -518,7 +518,7 @@ void OptionDialog::setupFontPage( void ) #elif defined( KREPLACEMENTS_H ) TQFont("Courier", 10 ); #else - KGlobalSettings::fixedFont(); + TDEGlobalSettings::fixedFont(); #endif OptionFontChooser* pFontChooser = new OptionFontChooser( defaultFont, "Font", &m_font, page, this ); -- cgit v1.2.1