summaryrefslogtreecommitdiff
path: root/libqtaux/ocolorbutton.h
Unidiff
Diffstat (limited to 'libqtaux/ocolorbutton.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/ocolorbutton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libqtaux/ocolorbutton.h b/libqtaux/ocolorbutton.h
index ca68f1f..10b77d5 100644
--- a/libqtaux/ocolorbutton.h
+++ b/libqtaux/ocolorbutton.h
@@ -54,6 +54,9 @@ public:
54 virtual ~OColorButton ( ); 54 virtual ~OColorButton ( );
55 55
56 QColor color ( ) const; 56 QColor color ( ) const;
57
58protected:
59 void resizeEvent( QResizeEvent* );
57 60
58signals: 61signals:
59 /** 62 /**