From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- drkonqi/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drkonqi/debugger.cpp') diff --git a/drkonqi/debugger.cpp b/drkonqi/debugger.cpp index 372492c5a..e73baee75 100644 --- a/drkonqi/debugger.cpp +++ b/drkonqi/debugger.cpp @@ -55,7 +55,7 @@ KrashDebugger :: KrashDebugger (const KrashConfig *krashconf, TQWidget *parent, m_backtrace = new KTextBrowser(this); m_backtrace->setTextFormat(TQt::PlainText); - m_backtrace->setFont(KGlobalSettings::fixedFont()); + m_backtrace->setFont(TDEGlobalSettings::fixedFont()); TQWidget *w = new TQWidget( this ); ( new TQHBoxLayout( w, 0, KDialog::marginHint() ) )->setAutoAdd( true ); -- cgit v1.2.1