From fd3cc633befb4356243511ca3aae7d2491cea522 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 17 Jul 2008 06:34:59 +0000 Subject: [PATCH] Need to export it. (fix compile applets/icon) svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=833588 --- tooltipmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooltipmanager.h b/tooltipmanager.h index bf486b272..cd6056f77 100644 --- a/tooltipmanager.h +++ b/tooltipmanager.h @@ -68,7 +68,7 @@ namespace Plasma /** * Content of a tooltip */ - struct ToolTipContent + struct PLASMA_EXPORT ToolTipContent { ToolTipContent(); bool isEmpty() const;