aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon/AddonManagementDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/addon/AddonManagementDialog.h')
-rw-r--r--src/modules/addon/AddonManagementDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/AddonManagementDialog.h b/src/modules/addon/AddonManagementDialog.h
index 113d02500..b68299c55 100644
--- a/src/modules/addon/AddonManagementDialog.h
+++ b/src/modules/addon/AddonManagementDialog.h
@@ -74,7 +74,7 @@ protected:
QToolButton * m_pPackButton;
QToolButton * m_pUninstallButton;
#ifdef COMPILE_WEBKIT_SUPPORT
- QPointer<WebAddonInterfaceDialog> * m_pWebInterfaceDialog;
+ QPointer<WebAddonInterfaceDialog> m_pWebInterfaceDialog;
#endif //COMPILE_WEBKIT_SUPPORT
public:
static AddonManagementDialog * instance(){ return m_pInstance; };