diff -r 608f976aa7bb -r 6a0342b3c519 flagobj.h --- a/flagobj.h Tue Jun 06 14:58:11 2006 +0000 +++ b/flagobj.h Tue Jun 13 08:49:12 2006 +0000 @@ -30,14 +30,13 @@ const QString getGroup(); void setToolTip(const QString&); const QString getToolTip(); - void setButton (QAction*); - void updateButton (); QPixmap getPixmap(); + void setAction(QAction*); + void updateAction (); bool isActive(); void toggle(); void activate(); void deactivate(); - void setEnabled (bool); void setUsed (bool); bool isUsed(); void saveToDir (const QString&, const QString&); @@ -52,7 +51,7 @@ virtual void calcBBoxSize(); private: ImageObj* icon; - QAction* button; + QAction* action; }; #endif