summaryrefslogtreecommitdiff
path: root/noncore/securityplugins/notice/noticeplugin.h
authorclem <clem>2004-08-03 22:58:18 (UTC)
committer clem <clem>2004-08-03 22:58:18 (UTC)
commit02434fe2d87d1c69c60693d9537b419d9dfd44e7 (patch) (side-by-side diff)
tree21f980e0af9ddd57758245d1f27515e052d7921f /noncore/securityplugins/notice/noticeplugin.h
parent633a00b5bff9e5e9141758c61d61a40410a165cb (diff)
downloadopie-02434fe2d87d1c69c60693d9537b419d9dfd44e7.zip
opie-02434fe2d87d1c69c60693d9537b419d9dfd44e7.tar.gz
opie-02434fe2d87d1c69c60693d9537b419d9dfd44e7.tar.bz2
renamed noticeW pointer to m_noticeW, to be coherent with m_config style
Diffstat (limited to 'noncore/securityplugins/notice/noticeplugin.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/securityplugins/notice/noticeplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/securityplugins/notice/noticeplugin.h b/noncore/securityplugins/notice/noticeplugin.h
index 4aa6f02..2828f58 100644
--- a/noncore/securityplugins/notice/noticeplugin.h
+++ b/noncore/securityplugins/notice/noticeplugin.h
@@ -56,7 +56,7 @@ public:
QString pixmapNameWidget() const;
QString pluginName() const;
private:
- NoticeConfigWidget * noticeW;
+ NoticeConfigWidget * m_noticeW;
Config * m_config;
QString getNoticeText();
};