diff -r ba8a586c45f1 -r c20154ccf3c0 filebrowser/ui/inc/notifications.h --- a/filebrowser/ui/inc/notifications.h Fri Jun 11 16:29:34 2010 +0100 +++ b/filebrowser/ui/inc/notifications.h Thu Jul 22 16:33:59 2010 +0100 @@ -18,24 +18,19 @@ #ifndef NOTIFICATIONS_H_ #define NOTIFICATIONS_H_ -//#include #include +class HbProgressDialog; + class Notifications { public: - static void showAboutNote(); static void showMessageBox(HbMessageBox::MessageBoxType type, const QString &text, const QString &label, int timeout = HbPopup::NoTimeout); static void showInformationNote(const QString &text, const QString &title = QString()); static void showErrorNote(const QString &text, bool noTimeout = false); static void showConfirmationNote(const QString &text, bool noTimeout = false); static bool showConfirmationQuery(const QString &aText); - - -// static HbDeviceProgressDialog* showWaitDialog(const QString &text); - -private: }; #endif // NOTIFICATIONS_H_