diff options
author | Romain Pokrzywka <romain@kdab.com> | 2010-07-21 16:34:21 +0200 |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-07-21 16:34:21 +0200 |
commit | f1d7cbd9efbdade9df5496dc684c2f7d22db7378 (patch) | |
tree | 11b2c5896f234dc0118f522ea12ed35cfc4e14b1 /src/dbus/qdbuspendingreply.h | |
parent | 9c2b396b2b1fefc10b0ff24c9e33b41278c84ca8 (diff) | |
download | qt4-tools-f1d7cbd9efbdade9df5496dc684c2f7d22db7378.tar.gz |
fix the export macros for the QtDBus module
Merge-request: 2439
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/dbus/qdbuspendingreply.h')
-rw-r--r-- | src/dbus/qdbuspendingreply.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/qdbuspendingreply.h b/src/dbus/qdbuspendingreply.h index 4757115c6e..61e561e800 100644 --- a/src/dbus/qdbuspendingreply.h +++ b/src/dbus/qdbuspendingreply.h @@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE QT_MODULE(DBus) -class QDBUS_EXPORT QDBusPendingReplyData: public QDBusPendingCall +class Q_DBUS_EXPORT QDBusPendingReplyData: public QDBusPendingCall { protected: QDBusPendingReplyData(); |