Changeset 6218 for trunk/qt-gui/src/usereventdlg.cpp
- Timestamp:
- 05/26/08 03:39:54 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/usereventdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/usereventdlg.cpp
r6180 r6218 101 101 #include <X11/Xutil.h> 102 102 103 using std::pair; 104 using std::make_pair; 103 using namespace std; 105 104 106 105 const size_t SHOW_RECENT_NUM = 5;
