summaryrefslogtreecommitdiffstats
path: root/kdesktop/bgmanager.h
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.h
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.h')
-rw-r--r--kdesktop/bgmanager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kdesktop/bgmanager.h b/kdesktop/bgmanager.h
index af16e22ed..485d6520b 100644
--- a/kdesktop/bgmanager.h
+++ b/kdesktop/bgmanager.h
@@ -61,11 +61,9 @@ class KBackgroundManager
TQ_OBJECT
public:
- KBackgroundManager();
KBackgroundManager(TQWidget *desktop, KWinModule* kwinModule);
~KBackgroundManager();
- void initializeManager(TQWidget *desktop, KWinModule* kwinModule);
void configure();
void setCommon(int);
bool isCommon() { return m_bCommon; };