fix building with KWIN_BUILD_KAPPMENU set to off

Forgot to fix the header file kwin/workspace.h in ed0eead6.
This commit is contained in:
Ignat Semenov 2012-11-13 15:23:23 +04:00
parent fa4bbea419
commit 32dffca2bd

View file

@ -419,7 +419,9 @@ public:
return m_userActionsMenu;
}
#ifdef KWIN_BUILD_KAPPMENU
void showApplicationMenu(const QPoint &, const WId);
#endif
void updateMinimizedOfTransients(Client*);
void updateOnAllDesktopsOfTransients(Client*);