summaryrefslogtreecommitdiffstats
path: root/kdesktop/bgmanager.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-07 06:11:33 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-07 06:11:33 +0000
commit39dc2df1abb736f0e4053e287a343e1a7001d1c4 (patch)
treeb84da8163252cba1ae5175f738b2fea54c2e928e /kdesktop/bgmanager.h
parent47a3b88d5b3fad6958e60a417cea3059b84d1bb6 (diff)
downloadtdebase-39dc2df1abb736f0e4053e287a343e1a7001d1c4.tar.gz
tdebase-39dc2df1abb736f0e4053e287a343e1a7001d1c4.zip
Work around glibc/libstdc/gcc/g++ nested new() object bug
Closes Bug #456 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227273 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdesktop/bgmanager.h')
-rw-r--r--kdesktop/bgmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kdesktop/bgmanager.h b/kdesktop/bgmanager.h
index e1a703a6d..62a23ca38 100644
--- a/kdesktop/bgmanager.h
+++ b/kdesktop/bgmanager.h
@@ -61,9 +61,11 @@ 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; };