From 6d0df38a805c5560b0815df62b212d4be0913154 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 27 Jun 2002 01:44:44 +0000 Subject: Made the launcher dialog "liquid compatible": remvoed the ui file and hand-coded the gui with smarter palette handling. --- (limited to 'core/launcher/shutdownimpl.h') diff --git a/core/launcher/shutdownimpl.h b/core/launcher/shutdownimpl.h index 54668f3..462f347 100644 --- a/core/launcher/shutdownimpl.h +++ b/core/launcher/shutdownimpl.h @@ -20,11 +20,13 @@ #ifndef SHUTDOWNIMPL_H #define SHUTDOWNIMPL_H -#include "shutdown.h" +#include class QTimer; +class QLabel; +class QProgressBar; -class ShutdownImpl : public Shutdown +class ShutdownImpl : public QWidget { Q_OBJECT public: @@ -41,9 +43,12 @@ private slots: void timeout(); private: - QTimer *timer; - int progress; - Type operation; + QTimer *m_timer; + int m_counter; + Type m_operation; + + QLabel * m_info; + QProgressBar *m_progress; }; #endif -- cgit v0.9.0.2