summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmcommentedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmcommentedit.cpp')
-rw-r--r--kpovmodeler/pmcommentedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmcommentedit.cpp b/kpovmodeler/pmcommentedit.cpp
index 92cdbfa3..2fd58468 100644
--- a/kpovmodeler/pmcommentedit.cpp
+++ b/kpovmodeler/pmcommentedit.cpp
@@ -36,7 +36,7 @@ void PMCommentEdit::createTopWidgets( )
m_pEdit = new TQMultiLineEdit( this );
m_pEdit->setTextFormat( TQt::PlainText );
m_pEdit->setWordWrap( TQTextEdit::NoWrap );
- m_pEdit->setFont( KGlobalSettings::fixedFont( ) );
+ m_pEdit->setFont( TDEGlobalSettings::fixedFont( ) );
topLayout( )->addWidget( m_pEdit, 2 );
connect( m_pEdit, TQT_SIGNAL( textChanged( ) ), TQT_SIGNAL( dataChanged( ) ) );