From c9442bf567252553da8ce216de1e64cbf70db3bd Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 09 Sep 2002 18:21:06 +0000 Subject: mrulist is dead, long live runningappbar, hopefully --- (limited to 'core/launcher/taskbar.h') diff --git a/core/launcher/taskbar.h b/core/launcher/taskbar.h index 40983af..cd631ef 100644 --- a/core/launcher/taskbar.h +++ b/core/launcher/taskbar.h @@ -28,7 +28,8 @@ class QTimer; class InputMethods; class Wait; class SysTray; -class MRUList; +//class MRUList; +class RunningAppBar; class QWidgetStack; class QTimer; class QLabel; @@ -59,18 +60,19 @@ protected: void resizeEvent( QResizeEvent * ); void styleChange( QStyle & ); void setStatusMessage( const QString &text ); - + private slots: void calcMaxWindowRect(); void receive( const QCString &msg, const QByteArray &data ); private: - + QTimer *waitTimer; Wait *waitIcon; InputMethods *inputMethods; SysTray *sysTray; - MRUList *mru; + // MRUList *mru; + RunningAppBar* runningAppBar; QWidgetStack *stack; QTimer *clearer; QLabel *label; -- cgit v0.9.0.2