summaryrefslogtreecommitdiffstats
path: root/kdesktop/bgmanager.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-08 19:47:41 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-08 19:47:41 +0000
commit20957d880f050d82c71939cb750c54a6dcfd70f4 (patch)
treed513e74daa32b26688133f2f87f0646df82fe2bc /kdesktop/bgmanager.cc
parent6171b5113040c768f68b673ec0e8ae2f82c64391 (diff)
downloadtdebase-20957d880f050d82c71939cb750c54a6dcfd70f4.tar.gz
tdebase-20957d880f050d82c71939cb750c54a6dcfd70f4.zip
Revert patch r1227273 due to a desktop drag-and-drop bug it introduced
This temporarily reintroduces bug 456 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240473 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdesktop/bgmanager.cc')
-rw-r--r--kdesktop/bgmanager.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/kdesktop/bgmanager.cc b/kdesktop/bgmanager.cc
index 6d227eced..efabdbf2e 100644
--- a/kdesktop/bgmanager.cc
+++ b/kdesktop/bgmanager.cc
@@ -59,20 +59,9 @@ extern KDesktopApp *myApp;
/**** KBackgroundManager ****/
-KBackgroundManager::KBackgroundManager()
- : DCOPObject("KBackgroundIface")
-{
- // Everything will be initialized later
-}
-
KBackgroundManager::KBackgroundManager(TQWidget *desktop, KWinModule* kwinModule)
: DCOPObject("KBackgroundIface")
{
- initializeManager(desktop, kwinModule);
-}
-
-void KBackgroundManager::initializeManager(TQWidget *desktop, KWinModule* kwinModule)
-{
if( !properties_inited )
{
prop_root = XInternAtom(qt_xdisplay(), "_XROOTPMAP_ID", False);