Show
Ignore:
Timestamp:
03/03/08 04:41:37 (9 months ago)
Author:
flynd
Message:

Make use of KTabWidget.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/userevents/usereventtabdlg.cpp

    r6048 r6082  
    6060  connect(tabw, SIGNAL(currentChanged(int)), 
    6161          SLOT(slotCurrentChanged(int))); 
    62   connect(tabw, SIGNAL(middleClick(QWidget*)), 
     62  connect(tabw, SIGNAL(mouseMiddleClick(QWidget*)), 
    6363          SLOT(slotRemoveTab(QWidget*))); 
    6464}