add KWIN_EXPORT, thanks willem boschman
svn path=/trunk/kdebase/kwin/; revision=397197
This commit is contained in:
parent
c62cf962d6
commit
66ee8c3b4d
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ class KCommonDecorationPrivate;
|
|||
* which are error prone and common for most decorations.
|
||||
* It takes care of the window layout, button/action handling, and window mask creation.
|
||||
*/
|
||||
class KCommonDecoration : public KDecoration
|
||||
class KWIN_EXPORT KCommonDecoration : public KDecoration
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -268,7 +268,7 @@ class KCommonDecoration : public KDecoration
|
|||
/**
|
||||
* Title bar buttons of KCommonDecoration need to inherit this class.
|
||||
*/
|
||||
class KCommonDecorationButton : public QButton
|
||||
class KWIN_EXPORT KCommonDecorationButton : public QButton
|
||||
{
|
||||
friend class KCommonDecoration;
|
||||
|
||||
|
|
Loading…
Reference in a new issue