summaryrefslogtreecommitdiffstats
path: root/kio/kio/renamedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/renamedlg.cpp')
-rw-r--r--kio/kio/renamedlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/renamedlg.cpp b/kio/kio/renamedlg.cpp
index bc9e3b96d..722f2874b 100644
--- a/kio/kio/renamedlg.cpp
+++ b/kio/kio/renamedlg.cpp
@@ -380,7 +380,7 @@ RenameDlg::RenameDlg(TQWidget *parent, const TQString & _caption,
d->bCancel->setDefault( true );
layout->addWidget( d->bCancel );
- resize( tqsizeHint() );
+ resize( sizeHint() );
}
RenameDlg::~RenameDlg()