summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mphoneform.ui.h')
-rw-r--r--src/gui/mphoneform.ui.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/mphoneform.ui.h b/src/gui/mphoneform.ui.h
index 1b51704..9a2a0d7 100644
--- a/src/gui/mphoneform.ui.h
+++ b/src/gui/mphoneform.ui.h
@@ -89,9 +89,7 @@ void MphoneForm::init()
changeAvailabilityPopupMenu);
buddyListPopupMenu->insertItem(addIcon, tr("&Add buddy..."), this, SLOT(doAddBuddy()));
- // Tool tip for buddy list
- buddyToolTip = new BuddyListViewTip(buddyListView);
- MEMMAN_NEW(buddyToolTip);
+ // ToDo: Tool tip for buddy list
// Line timers
lineTimer1 = 0;
@@ -288,8 +286,6 @@ void MphoneForm::destroy()
delete changeAvailabilityPopupMenu;
MEMMAN_DELETE(buddyListPopupMenu);
delete buddyListPopupMenu;
- MEMMAN_DELETE(buddyToolTip);
- delete buddyToolTip;
}
QString MphoneForm::lineSubstate2str( int line) {