summaryrefslogtreecommitdiffstats
path: root/kdeui/kspelldlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kspelldlg.cpp')
-rw-r--r--kdeui/kspelldlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kspelldlg.cpp b/kdeui/kspelldlg.cpp
index d21b6975e..fe428aad7 100644
--- a/kdeui/kspelldlg.cpp
+++ b/kdeui/kspelldlg.cpp
@@ -100,7 +100,7 @@ KSpellDlg::KSpellDlg( TQWidget * parent, const char * name, bool _progressbar, b
TQT_SLOT(slotConfigChanged()) );
setHelp( "spelldlg", "kspell" );
- setMinimumSize( sizeHint() );
+ setMinimumSize( tqsizeHint() );
emit ready( false );
}