Just change includes to be have <> brackets instead of ""

for QGenericFontDatabase

Change-Id: Iac61522194ab7aa3ea7359e51cc84952db8b90ae
Reviewed-on: http://codereview.qt.nokia.com/3471
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
bb10
Jørgen Lind 2011-08-12 10:36:59 +02:00 committed by Paul Olav Tvete
parent a0d09cc3cd
commit 2aab5da496
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@
#define QGENERICUNIXFONTDATABASE_H
#ifdef Q_FONTCONFIGDATABASE
#include "QtPlatformSupport/private/qfontconfigdatabase_p.h"
#include <QtPlatformSupport/private/qfontconfigdatabase_p.h>
typedef QFontconfigDatabase QGenericUnixFontDatabase;
#else
#include "QtPlatformSupport/private/qbasicunixfontdatabase_p.h"
#include <QtPlatformSupport/private/qbasicunixfontdatabase_p.h>
typedef QBasicUnixFontDatabase QGenericUnixFontDatabase;
#endif //Q_FONTCONFIGDATABASE