summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/qdialog.h')
-rw-r--r--src/gui/dialogs/qdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/dialogs/qdialog.h b/src/gui/dialogs/qdialog.h
index 7ab0cb6..777256a 100644
--- a/src/gui/dialogs/qdialog.h
+++ b/src/gui/dialogs/qdialog.h
@@ -107,7 +107,9 @@ public Q_SLOTS:
protected:
QDialog(QDialogPrivate &, QWidget *parent, Qt::WindowFlags f = 0);
+#if defined(Q_WS_WINCE) || defined(Q_WS_S60)
bool event(QEvent *e);
+#endif
void keyPressEvent(QKeyEvent *);
void closeEvent(QCloseEvent *);
void showEvent(QShowEvent *);