summaryrefslogtreecommitdiff
path: root/noncore/graphics
authoralwin <alwin>2005-03-21 21:38:11 (UTC)
committer alwin <alwin>2005-03-21 21:38:11 (UTC)
commitc941b705b5eac2d2d2e9f4e3e3879227c344a42c (patch) (side-by-side diff)
tree10971a1b423727fbca34183e0d4559295d1d58e9 /noncore/graphics
parent8f8689e0c0dea8e331128324164405f9dc2b0872 (diff)
downloadopie-c941b705b5eac2d2d2e9f4e3e3879227c344a42c.zip
opie-c941b705b5eac2d2d2e9f4e3e3879227c344a42c.tar.gz
opie-c941b705b5eac2d2d2e9f4e3e3879227c344a42c.tar.bz2
variable declared as slot - fixed.
visibility changed from private to protected
Diffstat (limited to 'noncore/graphics') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/impl/doc/doc_lister.h4
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
@@ -37,11 +37,12 @@ public:
QString dirUp( const QString& )const;
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:
virtual void slotFullInfo(const QString&, const QString&);
@@ -49,7 +50,6 @@ protected slots:
virtual void slotThumbNail(const QString&, const QPixmap&);
virtual void showCategory(int);
void systemMsg(const QCString &, const QByteArray &);
- QCopChannel *syschannel;
};
#endif