diff options
Diffstat (limited to 'src/modules/notifier/NotifierWindowTab.h')
| -rw-r--r-- | src/modules/notifier/NotifierWindowTab.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/modules/notifier/NotifierWindowTab.h b/src/modules/notifier/NotifierWindowTab.h index 7f36a1307..784936aa6 100644 --- a/src/modules/notifier/NotifierWindowTab.h +++ b/src/modules/notifier/NotifierWindowTab.h @@ -62,12 +62,14 @@ public: * \brief Destroys the tab object */ ~NotifierWindowTab(); + private: - QString m_szLabel; - KviWindow * m_pWnd; - QTabWidget * m_pParent; + QString m_szLabel; + KviWindow * m_pWnd; + QTabWidget * m_pParent; QVBoxLayout * m_pVBox; - QWidget * m_pVWidget; + QWidget * m_pVWidget; + public: /** * \brief Appends the given message to the window |
