Fix warning in HEAD too.
svn path=/trunk/kdebase/kwin/; revision=229645
This commit is contained in:
parent
aca34c574c
commit
314b20731c
1 changed files with 2 additions and 2 deletions
|
@ -317,8 +317,8 @@ Workspace *Workspace::_self = 0;
|
|||
// lines are not too much. It's the task that is complex, not the
|
||||
// code.
|
||||
Workspace::Workspace( bool restore )
|
||||
: QObject (0, "workspace"),
|
||||
DCOPObject ("KWinInterface"),
|
||||
: DCOPObject ("KWinInterface"),
|
||||
QObject (0, "workspace"),
|
||||
current_desktop (0),
|
||||
number_of_desktops(0),
|
||||
popup_client (0),
|
||||
|
|
Loading…
Reference in a new issue