summaryrefslogtreecommitdiff
path: root/libopie2/opieui/opixmapprovider.h
Side-by-side diff
Diffstat (limited to 'libopie2/opieui/opixmapprovider.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opixmapprovider.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libopie2/opieui/opixmapprovider.h b/libopie2/opieui/opixmapprovider.h
index 5b76647..9d9bd69 100644
--- a/libopie2/opieui/opixmapprovider.h
+++ b/libopie2/opieui/opixmapprovider.h
@@ -23,7 +23,10 @@
#include <qpixmap.h>
+namespace Opie {
+namespace Ui {
/**
+ * \todo make usefull
* A tiny abstract class with just one method:
* @ref pixmapFor()
*
@@ -48,7 +51,12 @@ public:
virtual QPixmap pixmapFor( const QString& text, int size = 0 ) = 0;
protected:
virtual void virtual_hook( int id, void* data );
+private:
+ class Private;
+ Private *d;
};
+}
+}
#endif // OPIXMAPPROVIDER_H