|
|
@ -38,7 +38,7 @@ namespace kt
|
|
|
|
class LabelViewItem : public LabelViewItemBase
|
|
|
|
class LabelViewItem : public LabelViewItemBase
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
LabelViewItem(const TQString & icon,const TQString & title,const TQString & description,LabelView* view);
|
|
|
|
LabelViewItem(const TQString & icon,const TQString & title,const TQString & description,LabelView* view);
|
|
|
|
virtual ~LabelViewItem();
|
|
|
|
virtual ~LabelViewItem();
|
|
|
@ -83,7 +83,7 @@ namespace kt
|
|
|
|
class LabelView : public TQScrollView
|
|
|
|
class LabelView : public TQScrollView
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
LabelView(TQWidget *parent = 0, const char *name = 0);
|
|
|
|
LabelView(TQWidget *parent = 0, const char *name = 0);
|
|
|
|
virtual ~LabelView();
|
|
|
|
virtual ~LabelView();
|
|
|
|