Show
Ignore:
Timestamp:
06/11/08 10:12:36 (6 months ago)
Author:
eugene
Message:

Made search dialog use add dialog upon request, no need to duplicate the code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt4-gui_group/src/dialogs/searchuserdlg.h

    r6180 r6264  
    4040namespace LicqQtGui 
    4141{ 
    42 class TabWidget; 
    43  
    4442//TODO for protocol plugin support 
    4543 
     
    5553 
    5654private: 
     55  unsigned long ppid; 
    5756  unsigned long searchTag; 
    5857 
     
    8079 
    8180  QCheckBox* chkOnlineOnly; 
    82   QCheckBox* chkAlertUser; 
    8381 
    8482  QPushButton* btnSearch;