From 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:52 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kpovmodeler/pmpovrayoutputwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpovmodeler/pmpovrayoutputwidget.cpp') diff --git a/kpovmodeler/pmpovrayoutputwidget.cpp b/kpovmodeler/pmpovrayoutputwidget.cpp index b2230272..bf3962a8 100644 --- a/kpovmodeler/pmpovrayoutputwidget.cpp +++ b/kpovmodeler/pmpovrayoutputwidget.cpp @@ -37,7 +37,7 @@ PMPovrayOutputWidget::PMPovrayOutputWidget( TQWidget* parent, const char* name ) m_pTextView = new TQTextEdit( this ); topLayout->addWidget( m_pTextView, 1 ); - m_pTextView->setFont( KGlobalSettings::fixedFont( ) ); + m_pTextView->setFont( TDEGlobalSettings::fixedFont( ) ); m_pTextView->setTextFormat( TQt::PlainText ); m_pTextView->setReadOnly( true ); -- cgit v1.2.1