summaryrefslogtreecommitdiffstats
path: root/kmail/recipientseditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/recipientseditor.cpp')
-rw-r--r--kmail/recipientseditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/recipientseditor.cpp b/kmail/recipientseditor.cpp
index 59d22c54..387331cc 100644
--- a/kmail/recipientseditor.cpp
+++ b/kmail/recipientseditor.cpp
@@ -537,7 +537,7 @@ void RecipientsView::resizeView()
}
parentWidget()->tqlayout()->activate();
- emit tqsizeHintChanged();
+ emit sizeHintChanged();
TQTimer::singleShot( 0, this, TQT_SLOT(moveCompletionPopup()) );
}
@@ -862,8 +862,8 @@ RecipientsEditor::RecipientsEditor( TQWidget *tqparent )
connect( mRecipientsView, TQT_SIGNAL( focusRight() ),
mSideWidget, TQT_SLOT( setFocus() ) );
- connect( mRecipientsView, TQT_SIGNAL(tqsizeHintChanged()),
- TQT_SIGNAL(tqsizeHintChanged()) );
+ connect( mRecipientsView, TQT_SIGNAL(sizeHintChanged()),
+ TQT_SIGNAL(sizeHintChanged()) );
}
RecipientsEditor::~RecipientsEditor()