diff options
Diffstat (limited to 'kdeui/kfontdialog.cpp')
-rw-r--r-- | kdeui/kfontdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kfontdialog.cpp b/kdeui/kfontdialog.cpp index c64892d8a..6aae075e2 100644 --- a/kdeui/kfontdialog.cpp +++ b/kdeui/kfontdialog.cpp @@ -711,11 +711,11 @@ void KFontChooser::showXLFDArea(bool show) { if( show ) { - xlfdEdit->tqparentWidget()->show(); + xlfdEdit->parentWidget()->show(); } else { - xlfdEdit->tqparentWidget()->hide(); + xlfdEdit->parentWidget()->hide(); } } |