Changeset 6426

Show
Ignore:
Timestamp:
07/05/08 06:02:06 (3 months ago)
Author:
eugene
Message:

Fixed the slot name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/licqgui.cpp

    r6424 r6426  
    937937    // Check if we want the window sticky 
    938938    if (Config::Chat::instance()->msgWinSticky()) 
    939       QTimer::singleShot(100, myUserEventTabDlg, SLOT(slotSetMsgWinSticky())); 
     939      QTimer::singleShot(100, myUserEventTabDlg, SLOT(setMsgWinSticky())); 
    940940  } 
    941941