X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=widgets%2Fdyalog.h;h=ffbb2314b6abd6b52137722fcd666e9ca28fc39b;hb=d651145f54a754e135df407c56dc114c80e2bd52;hp=9f9cfed867f146b3148f9561ca95a63ba4de4295;hpb=3ce29c18fb643d34b86baab846bce2804479db48;p=dorian diff --git a/widgets/dyalog.h b/widgets/dyalog.h index 9f9cfed..ffbb231 100644 --- a/widgets/dyalog.h +++ b/widgets/dyalog.h @@ -8,10 +8,12 @@ class QWidget; class QPushButton; class QScrollArea; class QVBoxLayout; -class QMenu; +class QMenuBar; +class QAction; /** Maemo- and Mac-friendly dialog box. */ -class Dyalog: public QDialog +class Dyalog: + public QDialog { Q_OBJECT @@ -34,14 +36,15 @@ public slots: int exec(); #endif -protected: +private: QScrollArea *scroller; QWidget *content; QVBoxLayout *contentLayout; QDialogButtonBox *buttonBox; bool showButtons; #ifdef Q_OS_SYMBIAN - QMenu *menu; + QAction *leftSoftKey; + QMenuBar *menuBar; #endif };