summaryrefslogtreecommitdiff
path: root/libopie/otabbar.h
Side-by-side diff
Diffstat (limited to 'libopie/otabbar.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/otabbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libopie/otabbar.h b/libopie/otabbar.h
index 0b353e2..668187b 100644
--- a/libopie/otabbar.h
+++ b/libopie/otabbar.h
@@ -68,9 +68,13 @@ protected:
* @param p Pointer to QPainter used for drawing.
* @param br QRect providing region to draw label in.
* @param t Tab to draw label for.
* @param has_focus Boolean value not used, retained for compatibility reasons.
*/
void paintLabel( QPainter *, const QRect &, QTab *, bool ) const;
+
+private:
+ class Private;
+ Private *d;
};
#endif