Show
Ignore:
Timestamp:
01/08/08 06:03:05 (11 months ago)
Author:
flynd
Message:

Use new history dialog instead of old user info tab.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/userevents/usereventcommon.cpp

    r5837 r6000  
    4444#include "core/usermenu.h" 
    4545 
     46#include "dialogs/historydlg.h" 
    4647#include "dialogs/keyrequestdlg.h" 
    4748 
     
    373374void UserEventCommon::slotShowHistory() 
    374375{ 
    375   LicqGui::instance()->showInfoDialog(mnuUserHistory, myUsers.front().c_str(), myPpid, true); 
     376  new HistoryDlg(myUsers.front().c_str(), myPpid); 
    376377} 
    377378