From b971f9aae70373db39fb62a75c82f25e9252f6b3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 12 Sep 2011 20:26:03 +0000 Subject: Use new modal system nofitication dialog in kdebase smserver Add fancy startup dialog to match the fancy shutdown dialog This is only used if the themed splash screen is turned off git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253056 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksmserver/startupdlg.h | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 ksmserver/startupdlg.h (limited to 'ksmserver/startupdlg.h') diff --git a/ksmserver/startupdlg.h b/ksmserver/startupdlg.h new file mode 100644 index 000000000..3b1fe7925 --- /dev/null +++ b/ksmserver/startupdlg.h @@ -0,0 +1,60 @@ +/***************************************************************** +ksmserver - the KDE session management server + +Copyright (C) 2000 Matthias Ettrich +******************************************************************/ + +#ifndef STARTUPDLG_H +#define STARTUPDLG_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +class TQPushButton; +class TQVButtonGroup; +class TQPopupMenu; +class TQTimer; +class TQPainter; +class TQString; +class KAction; + +#include "timed.h" +#include +#include + +#include + +#ifndef NO_QT3_DBUS_SUPPORT +/* We acknowledge the the dbus API is unstable */ +#define DBUS_API_SUBJECT_TO_CHANGE +#include +#endif // NO_QT3_DBUS_SUPPORT + +#ifdef COMPILE_HALBACKEND +#include +#endif + +// The startup-in-progress dialog +class KSMStartupIPDlg : public KSMModalDialog +{ + Q_OBJECT + +public: + static TQWidget* showStartupIP(); + +protected: + ~KSMStartupIPDlg(); + +private: + KSMStartupIPDlg( TQWidget* parent ); +}; + +#endif -- cgit v1.2.3