release 0.6.5
[fapman] / confirmdialog.h
index f24e823..ac4c12c 100644 (file)
@@ -34,6 +34,7 @@ public:
        explicit ConfirmDialog(bool button, QWidget *parent);
     ~ConfirmDialog();
        void setText(QString title, QString text);
+       void disableButton();
 #ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        int exec() {
                QRect r = dynamic_cast<QWidget*>(this->parent())->rect();