summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/impl/doc/doc_lister.h
Unidiff
Diffstat (limited to 'noncore/graphics/opie-eye/impl/doc/doc_lister.h') (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
@@ -39,3 +39,3 @@ public:
39 39
40private: 40protected:
41 int m_catFilter; 41 int m_catFilter;
@@ -44,2 +44,3 @@ private:
44 DocLnkSet m_ds; 44 DocLnkSet m_ds;
45 QCopChannel *syschannel;
45 46
@@ -51,3 +52,2 @@ protected slots:
51 void systemMsg(const QCString &, const QByteArray &); 52 void systemMsg(const QCString &, const QByteArray &);
52 QCopChannel *syschannel;
53}; 53};