Show
Ignore:
Timestamp:
07/01/08 04:12:56 (5 months ago)
Author:
flynd
Message:

Removed uin functions from qt-gui.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mainwin.cpp

    r6308 r6367  
    46834683void CMainWindow::showAuthUserDlg() 
    46844684{ 
    4685   (void) new AuthUserDlg(licqDaemon, 0, true); 
     4685  (void) new AuthUserDlg(licqDaemon, NULL, 0, true); 
    46864686} 
    46874687