changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
--- a/src/declarative/graphicsitems/qdeclarativetextinput_p_p.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/graphicsitems/qdeclarativetextinput_p_p.h Mon Oct 04 01:19:32 2010 +0300 @@ -62,6 +62,8 @@ // // We mean it. +#ifndef QT_NO_LINEEDIT + QT_BEGIN_NAMESPACE class QDeclarativeTextInputPrivate : public QDeclarativePaintedItemPrivate @@ -132,5 +134,7 @@ QT_END_NAMESPACE +#endif // QT_NO_LINEEDIT + #endif