diff options
Diffstat (limited to 'tqdbusobjectpath.h')
-rw-r--r-- | tqdbusobjectpath.h | 3 |
1 files changed, 2 insertions, 1 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: /** |