summaryrefslogtreecommitdiffstats
path: root/kmail/recipientseditor.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-18 05:24:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-18 05:24:10 +0000
commit80a94860514efbbf27fc147068107bc05079df85 (patch)
treea9b3cd977d0958be81833a2c30e1f52324c5075a /kmail/recipientseditor.cpp
parentdfb7562b7e607f0ae077a6a436966203029df56d (diff)
downloadtdepim-80a94860514efbbf27fc147068107bc05079df85.tar.gz
tdepim-80a94860514efbbf27fc147068107bc05079df85.zip
Rename tqsizeHint* to sizeHint*
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1241971 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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()