Qt macros should not be followed by ;. Fix build with Sun Studio.

svn path=/trunk/KDE/kdebase/workspace/; revision=1188803
This commit is contained in:
Pavel Heimlich 2010-10-23 07:02:17 +00:00
parent bc5ade425b
commit 7da91a552a

View file

@ -38,14 +38,14 @@ class Workspace : public QObject
{
Q_OBJECT
//Don't add WRITE for now. Access considerations
Q_PROPERTY( int currentDesktop READ currentDesktop );
Q_PROPERTY( int currentDesktop READ currentDesktop )
private:
static KWin::Workspace* centralObject;
static SWrapper::Client* clientHolder;
QScriptEngine* centralEngine;
Q_DISABLE_COPY(Workspace);
Q_DISABLE_COPY(Workspace)
public slots:
void sl_desktopPresenceChanged(KWin::Client*, int);