Changeset 4843 for trunk/qt-gui/src/userbox.h
- Timestamp:
- 01/28/07 01:30:18 (23 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/userbox.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/userbox.h
r4800 r4843 27 27 #include <qptrvector.h> 28 28 29 class QTimer; 29 30 class ICQUser; 30 31 class CUserView; … … 155 156 virtual void setSorting( int column, bool ascending = true); 156 157 158 public slots: 159 void updateItems(); 160 157 161 protected: 158 162 int m_nFlashCounter; … … 166 170 unsigned long carPPID; 167 171 unsigned long onlPPID; 172 QTimer *tmrRefresh; 168 173 169 174 QString m_typeAhead; /*! type-ahead buffer */
