diff options
Diffstat (limited to 'kicker/kicker/interfaces/kickoff-search-plugin.h')
-rw-r--r-- | kicker/kicker/interfaces/kickoff-search-plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kicker/kicker/interfaces/kickoff-search-plugin.h b/kicker/kicker/interfaces/kickoff-search-plugin.h index e91d079e7..e605e27c5 100644 --- a/kicker/kicker/interfaces/kickoff-search-plugin.h +++ b/kicker/kicker/interfaces/kickoff-search-plugin.h @@ -26,6 +26,7 @@ #include <tqobject.h> #include <kurl.h> #include <kservice.h> +#include <kdemacros.h> typedef enum { ACTIONS = 0, @@ -88,7 +89,7 @@ public: namespace KickoffSearch { - class Plugin : public TQObject + class KDE_EXPORT Plugin : public TQObject { Q_OBJECT |