Changeset 6000 for branches/qt-gui_qt4/src/userevents/usereventcommon.cpp
- Timestamp:
- 01/08/08 06:03:05 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/userevents/usereventcommon.cpp
r5837 r6000 44 44 #include "core/usermenu.h" 45 45 46 #include "dialogs/historydlg.h" 46 47 #include "dialogs/keyrequestdlg.h" 47 48 … … 373 374 void UserEventCommon::slotShowHistory() 374 375 { 375 LicqGui::instance()->showInfoDialog(mnuUserHistory, myUsers.front().c_str(), myPpid, true);376 new HistoryDlg(myUsers.front().c_str(), myPpid); 376 377 } 377 378
