summaryrefslogtreecommitdiffstats
path: root/kdesktop/kdesktopapp.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-13 04:09:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-13 04:09:29 +0000
commit4f2f95ce18dc6290c3581b40ea4f20d05bd78d55 (patch)
treedfe5142295b450df7d9838ed6ade1d1332377d22 /kdesktop/kdesktopapp.h
parentbee265d85549eed053dfc1e6308f4b5dbd3f2536 (diff)
downloadtdebase-4f2f95ce18dc6290c3581b40ea4f20d05bd78d55.tar.gz
tdebase-4f2f95ce18dc6290c3581b40ea4f20d05bd78d55.zip
Fix a second cause of the ever-ubiquitous Bug #456
This one is related to the MOC having a different idea of the data structure than the C compiler does in bgmanager.xx, thereby causing memory corruption when the bgmanager object attempts to access data members that the MOC did not add to the objects memory structure. Also apply the fix in r1420474 to KDesktopIface and KScreenSaverIface git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1241406 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdesktop/kdesktopapp.h')
-rw-r--r--kdesktop/kdesktopapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/kdesktopapp.h b/kdesktop/kdesktopapp.h
index 22b47bda2..44b3caa54 100644
--- a/kdesktop/kdesktopapp.h
+++ b/kdesktop/kdesktopapp.h
@@ -49,14 +49,14 @@ class KDesktopApp : public KUniqueApplication
return m_bgSupported;
}
#endif
-
+
signals:
void cmBackgroundChanged(bool supported);
#ifdef COMPOSITE
private:
void initCmBackground();
-
+
private:
Atom m_cmBackground;