diff -r 7a96bd401351 -r 3dc98c8843bc flagobj.h --- a/flagobj.h Sun Jan 30 12:58:47 2005 +0000 +++ b/flagobj.h Tue Aug 01 09:30:57 2006 +0000 @@ -24,6 +24,8 @@ void load (const QPixmap&); void setName (const QString&); const QString getName (); + void setGroup (const QString&); + const QString getGroup(); void setToolTip(const QString&); const QString getToolTip(); void setButton (QAction*); @@ -40,6 +42,7 @@ protected: QString name; + QString group; QString tooltip; bool state; bool used;