diff options
author | Slávek Banko <[email protected]> | 2019-01-30 09:24:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-02 16:31:34 +0100 |
commit | 0c3ed30849daaba81ca943d381d449eaa65676d3 (patch) | |
tree | c4d2aa1f64d33240f68d9fbee69e723c0c0aa570 | |
parent | fd69253f814bb5355b2e2367433cff6a707f995e (diff) | |
download | dbus-1-tqt-0c3ed30849daaba81ca943d381d449eaa65676d3.tar.gz dbus-1-tqt-0c3ed30849daaba81ca943d381d449eaa65676d3.zip |
Add missing TQDBUS_EXPORT.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c60f02f5bee718c731c792fcda6d7316afc0a8dc)
-rw-r--r-- | tqdbusobjectpath.h | 3 | ||||
-rw-r--r-- | tqdbusunixfd.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tqdbusobjectpath.h b/tqdbusobjectpath.h index fb5f046..7a166c6 100644 --- a/tqdbusobjectpath.h +++ b/tqdbusobjectpath.h @@ -25,6 +25,7 @@ #define TQDBUSOBJECTPATH_H #include <tqcstring.h> +#include "tqdbusmacros.h" /** * @brief Class for representing D-Bus object paths @@ -35,7 +36,7 @@ * * @see @ref dbusconventions-objectpath */ -class TQT_DBusObjectPath : public TQCString +class TQDBUS_EXPORT TQT_DBusObjectPath : public TQCString { public: /** diff --git a/tqdbusunixfd.h b/tqdbusunixfd.h index f38efc8..9f48a37 100644 --- a/tqdbusunixfd.h +++ b/tqdbusunixfd.h @@ -28,6 +28,7 @@ #ifndef QT_H #include "ntqshared.h" #endif // QT_H +#include "tqdbusmacros.h" #ifndef DBUS_TYPE_UNIX_FD @@ -47,7 +48,7 @@ * * @see @ref dbusconventions-unixfd */ -class TQT_DBusUnixFd +class TQDBUS_EXPORT TQT_DBusUnixFd { public: /** |