From 9602e59e3baf01465f4b4139715f2196bb01e012 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 07 May 2003 14:45:49 +0000 Subject: Add d ptr add comments and FIXMEs three new signals for otodoaccess --- (limited to 'libopie/otabbar.h') diff --git a/libopie/otabbar.h b/libopie/otabbar.h index 0b353e2..668187b 100644 --- a/libopie/otabbar.h +++ b/libopie/otabbar.h @@ -71,6 +71,10 @@ protected: * @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 -- cgit v0.9.0.2