branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/src/plugins/script/qtdbus/main.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/plugins/script/qtdbus/main.h Thu Jul 22 16:41:55 2010 +0100 @@ -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