Use the correct ifdef (QT_WIDGETS_LIB) in qsqlrelationaldelegate.h

Change-Id: I4cdb1eef7dab55c7d295463fe8ad29b5480b0788
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
bb10
Kent Hansen 2012-06-06 13:12:50 +02:00 committed by Qt by Nokia
parent cc94a1c845
commit 3c4cfff783
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
#ifndef QSQLRELATIONALDELEGATE_H
#define QSQLRELATIONALDELEGATE_H
#ifdef QT_GUI_LIB
#ifdef QT_WIDGETS_LIB
#include <QtWidgets/qitemdelegate.h>
#include <QtWidgets/qlistview.h>
@ -123,6 +123,6 @@ QT_END_NAMESPACE
QT_END_HEADER
#endif // QT_GUI_LIB
#endif // QT_WIDGETS_LIB
#endif // QSQLRELATIONALDELEGATE_H