Changeset 6000 for branches/qt-gui_qt4/src/core/usermenu.cpp
- Timestamp:
- 01/08/08 06:03:05 (11 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/core/usermenu.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/core/usermenu.cpp
r5892 r6000 38 38 #include "dialogs/customautorespdlg.h" 39 39 #include "dialogs/gpgkeyselect.h" 40 #include "dialogs/historydlg.h" 40 41 #include "dialogs/keyrequestdlg.h" 41 42 #include "dialogs/reqauthdlg.h" … … 382 383 void UserMenu::viewHistory() 383 384 { 384 LicqGui::instance()->showInfoDialog(mnuUserHistory,myId, myPpid);385 new HistoryDlg(myId, myPpid); 385 386 } 386 387
