changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
--- a/src/plugins/script/qtdbus/main.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/plugins/script/qtdbus/main.h Tue Jul 06 15:10:48 2010 +0300 @@ -46,6 +46,8 @@ #include <QtScript/qscriptable.h> #include <QtScript/qscriptengine.h> +#ifndef QT_NO_DBUS + class QDBusConnectionConstructor : public QObject, public QScriptable { @@ -173,4 +175,5 @@ QScriptValue proto; }; +#endif // QT_NO_DBUS #endif // QDBUSBINDING_H