diff -r 7a96bd401351 -r 4244bcd9e6ea flagobj.h --- a/flagobj.h Sun Jan 30 12:58:47 2005 +0000 +++ b/flagobj.h Thu Sep 22 12:56:05 2005 +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;