summaryrefslogtreecommitdiffstats
path: root/kdeui/kfontrequester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kfontrequester.cpp')
-rw-r--r--kdeui/kfontrequester.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kfontrequester.cpp b/kdeui/kfontrequester.cpp
index 293f9d546..748a0654d 100644
--- a/kdeui/kfontrequester.cpp
+++ b/kdeui/kfontrequester.cpp
@@ -72,7 +72,7 @@ void KFontRequester::setTitle( const TQString &title )
void KFontRequester::buttonClicked()
{
- int result = KFontDialog::getFont( m_selFont, m_onlyFixed, parentWidget() );
+ int result = KFontDialog::getFont( m_selFont, m_onlyFixed, tqparentWidget() );
if ( result == KDialog::Accepted )
{