Changeset 6082 for trunk/qt4-gui/src/userevents
- Timestamp:
- 03/03/08 04:41:37 (9 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/userevents/usereventtabdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/userevents/usereventtabdlg.cpp
r6048 r6082 60 60 connect(tabw, SIGNAL(currentChanged(int)), 61 61 SLOT(slotCurrentChanged(int))); 62 connect(tabw, SIGNAL(m iddleClick(QWidget*)),62 connect(tabw, SIGNAL(mouseMiddleClick(QWidget*)), 63 63 SLOT(slotRemoveTab(QWidget*))); 64 64 }
