Use non obsoleted ctor for KXMessages

This commit is contained in:
Martin Gräßlin 2013-03-07 13:45:23 +01:00
parent ab88d8e3b0
commit 544b772e42
3 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef KWIN_LIB_KWINGLOBALS_H
#define KWIN_LIB_KWINGLOBALS_H
#include <QtGui/QX11Info>
#include <QX11Info>
#include <kdemacros.h>

View file

@ -39,7 +39,6 @@ class QLabel;
#include <netwm_def.h>
#include <kkeysequencewidget.h>
#include <limits.h>
#include <QX11Info>
#include <kdialog.h>
#include <kwinglobals.h>

View file

@ -104,7 +104,7 @@ Workspace::Workspace(bool restore)
// Unsorted
, active_popup(NULL)
, active_popup_client(NULL)
, temporaryRulesMessages("_KDE_NET_WM_TEMPORARY_RULES", NULL, false)
, temporaryRulesMessages("_KDE_NET_WM_TEMPORARY_RULES", NULL)
, rules_updates_disabled(false)
, active_client(0)
, last_active_client(0)