summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-26 11:27:20 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-29 16:00:12 (GMT)
commit9d4d1814eb7e130cd3ef75393a7957216dc14d2b (patch)
treeef7916aebb9e084d59641b62016e81f4ca9c3ef4 /src/gui
parent38908792600e7cd471fece1de71e2ad13cbb0866 (diff)
downloadQt-9d4d1814eb7e130cd3ef75393a7957216dc14d2b.zip
Qt-9d4d1814eb7e130cd3ef75393a7957216dc14d2b.tar.gz
Qt-9d4d1814eb7e130cd3ef75393a7957216dc14d2b.tar.bz2
Fix THREAD and TOOLBAR
Reviewed-by: tom Squash me with Fix THREAD and TOOLBAR a6e785b4ff9ec9cd48
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/dialogs/qfscompleter_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qfscompleter_p.h b/src/gui/dialogs/qfscompleter_p.h
index cb1b427..1edab2d 100644
--- a/src/gui/dialogs/qfscompleter_p.h
+++ b/src/gui/dialogs/qfscompleter_p.h
@@ -56,7 +56,7 @@
#include "qcompleter.h"
#include <QtGui/qfilesystemmodel.h>
QT_BEGIN_NAMESPACE
-#ifndef QT_NO_COMPLETER
+#ifndef QT_NO_FSCOMPLETER
/*!
QCompleter that can deal with QFileSystemModel
@@ -76,7 +76,7 @@ public:
QAbstractProxyModel *proxyModel;
QFileSystemModel *sourceModel;
};
-#endif // QT_NO_COMPLETER
+#endif // QT_NO_FSCOMPLETER
QT_END_NAMESPACE
#endif // QFSCOMPLETOR_P_H