summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/fontdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/fontdialog.cpp')
-rw-r--r--kommander/widgets/fontdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widgets/fontdialog.cpp b/kommander/widgets/fontdialog.cpp
index fefd8d85..739fb0e0 100644
--- a/kommander/widgets/fontdialog.cpp
+++ b/kommander/widgets/fontdialog.cpp
@@ -140,8 +140,8 @@ TQString FontDialog::handleDCOP(int function, const TQStringList& args)
}
case DCOP::execute:
{
- int result = KFontDialog::getFont( m_font );
- if ( result == KFontDialog::Accepted )
+ int result = TDEFontDialog::getFont( m_font );
+ if ( result == TDEFontDialog::Accepted )
{
return m_font.toString();
}