From 314b20731c56e0308c45783bc6d534e9c0eb0b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 4 Jun 2003 18:06:21 +0000 Subject: [PATCH] Fix warning in HEAD too. svn path=/trunk/kdebase/kwin/; revision=229645 --- workspace.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace.cpp b/workspace.cpp index fb25756419..366734073e 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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),