summaryrefslogtreecommitdiff
path: root/libopie/oclickablelabel.h
Side-by-side diff
Diffstat (limited to 'libopie/oclickablelabel.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/oclickablelabel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libopie/oclickablelabel.h b/libopie/oclickablelabel.h
index 6e7a123..f93ade0 100644
--- a/libopie/oclickablelabel.h
+++ b/libopie/oclickablelabel.h
@@ -51,3 +51,3 @@ public:
* emitted when the labels gets toggled
- * @param the new new state of the label
+ * @param on the new new state of the label
*/
@@ -61,2 +61,6 @@ public:
void setInverted(bool on);
+
+ private:
+ class Private;
+ Private *d; // private d pointer
};