-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: QWidget* widget(QWidget*parent); -private: +protected: int m_catFilter; bool matchCat(const AppLnk* app)const; bool m_docreads; DocLnkSet m_ds; + QCopChannel *syschannel; protected slots: @@ -50,5 +51,4 @@ protected slots: virtual void showCategory(int); void systemMsg(const QCString &, const QByteArray &); - QCopChannel *syschannel; }; |