summaryrefslogtreecommitdiffstats
path: root/kmail/configuredialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/configuredialog.cpp')
-rw-r--r--kmail/configuredialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/configuredialog.cpp b/kmail/configuredialog.cpp
index 993c6c74..e1fa0898 100644
--- a/kmail/configuredialog.cpp
+++ b/kmail/configuredialog.cpp
@@ -3020,7 +3020,7 @@ void ComposerPage::PhrasesTab::saveActiveLanguageItem() {
void ComposerPage::PhrasesTab::slotNewLanguage()
{
- NewLanguageDialog dialog( mLanguageList, tqparentWidget(), "New", true );
+ NewLanguageDialog dialog( mLanguageList, parentWidget(), "New", true );
if ( dialog.exec() == TQDialog::Accepted ) slotAddNewLanguage( dialog.language() );
}