summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitta Heikkala <EXT-Titta.2.Heikkala@nokia.com>2010-11-17 08:15:15 (GMT)
committerJanne Koskinen <janne.p.koskinen@digia.com>2010-11-18 09:53:30 (GMT)
commitfd7c4c07c20eaff247be33826ae0af099c178494 (patch)
treeb63a635de3782f1de6c1be1e09ca94e58c9e65a7
parentd8bd04956a01ab3066958dca0618dc47bfeee083 (diff)
downloadQt-fd7c4c07c20eaff247be33826ae0af099c178494.zip
Qt-fd7c4c07c20eaff247be33826ae0af099c178494.tar.gz
Qt-fd7c4c07c20eaff247be33826ae0af099c178494.tar.bz2
Correct flags for Symbian file dialogs
Corrected the flags for extern functions Task-number: QT-3917 Reviewed-by: Janne Koskinen Merge-request: 918 Reviewed-by: Janne Koskinen
-rw-r--r--src/gui/dialogs/qfiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfiledialog.cpp b/src/gui/dialogs/qfiledialog.cpp
index a5bff02..0b789cc 100644
--- a/src/gui/dialogs/qfiledialog.cpp
+++ b/src/gui/dialogs/qfiledialog.cpp
@@ -1619,7 +1619,7 @@ extern QString qt_win_get_existing_directory(const QFileDialogArgs &args);
/*
For Symbian file dialogs
*/
-#if defined(Q_WS_S60) && defined(SYMBIAN_VERSION_SYMBIAN3)
+#if defined(Q_WS_S60)
extern QString qtSymbianGetOpenFileName(const QString &caption,
const QString &dir,
const QString &filter);