New xdxf dialog, one which provides methods to add new or change setting of existing...
[mdictionary] / src / mdictionary / gui / NotifyManager.h
index 57bd309..f42645e 100644 (file)
@@ -30,6 +30,7 @@
 #include <QString>
 #include <QDialog>
 #include "../../include/Notify.h"
+#include "MenuWidget.h"
 
 //! Manages notifications in applications
 /*!
@@ -52,7 +53,7 @@ public slots:
         \param text text of notification
         \sa Notify::NotifyType
     */
-    void showNotification(Notify::NotifyType type, QString text);
+    void showNotification(Notify::NotifyType type, QString text, QWidget*parent=0);
 
     //! Refresh all notifications when stacked widgets changes
     void screenChanged();