summaryrefslogtreecommitdiffstats
path: root/kdesktop/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/desktop.h')
-rw-r--r--kdesktop/desktop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdesktop/desktop.h b/kdesktop/desktop.h
index be1aeb796..ceb3bf1dc 100644
--- a/kdesktop/desktop.h
+++ b/kdesktop/desktop.h
@@ -21,6 +21,7 @@
#define __desktop_h__
#include "KDesktopIface.h"
+#include "bgmanager.h"
#include <tqwidget.h>
#include <tqstringlist.h>
@@ -190,7 +191,7 @@ private:
KWinModule* m_pKwinmodule;
- KBackgroundManager* bgMgr;
+ KBackgroundManager bgMgr;
KDIconView *m_pIconView;
KRootWidget *m_pRootWidget;