-rw-r--r-- | noncore/graphics/opie-eye/impl/doc/doc_lister.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/impl/doc/doc_lister.h b/noncore/graphics/opie-eye/impl/doc/doc_lister.h index 3f8825f..d7c02eb 100644 --- a/noncore/graphics/opie-eye/impl/doc/doc_lister.h +++ b/noncore/graphics/opie-eye/impl/doc/doc_lister.h | |||
@@ -38,9 +38,10 @@ public: | |||
38 | QWidget* widget(QWidget*parent); | 38 | QWidget* widget(QWidget*parent); |
39 | 39 | ||
40 | private: | 40 | protected: |
41 | int m_catFilter; | 41 | int m_catFilter; |
42 | bool matchCat(const AppLnk* app)const; | 42 | bool matchCat(const AppLnk* app)const; |
43 | bool m_docreads; | 43 | bool m_docreads; |
44 | DocLnkSet m_ds; | 44 | DocLnkSet m_ds; |
45 | QCopChannel *syschannel; | ||
45 | 46 | ||
46 | protected slots: | 47 | protected slots: |
@@ -50,5 +51,4 @@ protected slots: | |||
50 | virtual void showCategory(int); | 51 | virtual void showCategory(int); |
51 | void systemMsg(const QCString &, const QByteArray &); | 52 | void systemMsg(const QCString &, const QByteArray &); |
52 | QCopChannel *syschannel; | ||
53 | }; | 53 | }; |
54 | 54 | ||