Fix warning in HEAD too.

svn path=/trunk/kdebase/kwin/; revision=229645
icc-effect-5.14.5
Luboš Luňák 2003-06-04 18:06:21 +00:00
parent aca34c574c
commit 314b20731c
1 changed files with 2 additions and 2 deletions

View File

@ -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),