summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqfiledialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-16 08:48:45 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-16 08:48:45 +0000
commit6eb5cba499c3324183b0f9292d6873c0501a78b2 (patch)
tree629ff692d4149e4aaa4d53b53219b4a91b927fd2 /qtinterface/tqfiledialog.h
parentc9a6fbb8c4c57c325aa0a4255533a2380458f18a (diff)
downloadtqtinterface-6eb5cba499c3324183b0f9292d6873c0501a78b2.tar.gz
tqtinterface-6eb5cba499c3324183b0f9292d6873c0501a78b2.zip
Additional work
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150565 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqfiledialog.h')
-rw-r--r--qtinterface/tqfiledialog.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/qtinterface/tqfiledialog.h b/qtinterface/tqfiledialog.h
index 54a03bb..99643bd 100644
--- a/qtinterface/tqfiledialog.h
+++ b/qtinterface/tqfiledialog.h
@@ -36,9 +36,13 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QFileDialog class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qfiledialog.h>
+#include <Qt/q3filedialog.h>
+
+#define QFileDialog Q3FileDialog
+#define QFileIconProvider Q3FileDialog
+#define QFilePreview Q3FileDialog
#endif // USE_QT4