summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlwidget.cpp')
-rw-r--r--umbrello/umbrello/umlwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/umlwidget.cpp b/umbrello/umbrello/umlwidget.cpp
index 3acfa781..e5a2519d 100644
--- a/umbrello/umbrello/umlwidget.cpp
+++ b/umbrello/umbrello/umlwidget.cpp
@@ -332,7 +332,7 @@ void UMLWidget::slotMenuSelection(int sel) {
case ListPopupMenu::mt_Change_Font:
font = getFont();
- if( KFontDialog::getFont( font, false, m_pView ) )
+ if( TDEFontDialog::getFont( font, false, m_pView ) )
{
setFont( font );
m_pDoc->setModified(true);
@@ -341,7 +341,7 @@ void UMLWidget::slotMenuSelection(int sel) {
case ListPopupMenu::mt_Change_Font_Selection:
font = getFont();
- if( KFontDialog::getFont( font, false, m_pView ) )
+ if( TDEFontDialog::getFont( font, false, m_pView ) )
{
m_pView -> selectionSetFont( font );
m_pDoc->setModified(true);