diff options
Diffstat (limited to 'kitchensync/src/groupitem.h')
-rw-r--r-- | kitchensync/src/groupitem.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kitchensync/src/groupitem.h b/kitchensync/src/groupitem.h index dc7248901..0202f13d9 100644 --- a/kitchensync/src/groupitem.h +++ b/kitchensync/src/groupitem.h @@ -40,6 +40,7 @@ class TQVBox; class GroupItem : public KWidgetListItem { Q_OBJECT + TQ_OBJECT public: GroupItem( KWidgetList*, SyncProcess *syncProcess ); @@ -75,7 +76,7 @@ class GroupItem : public KWidgetListItem TQLabel *mIcon; TQLabel *mGroupName; - TQLabel *mStatus; + TQLabel *mtqStatus; TQLabel *mTime; KURLLabel *mSyncAction; KURLLabel *mConfigureAction; @@ -87,10 +88,10 @@ class GroupItem : public KWidgetListItem bool mSynchronizing; }; -class MemberItem : public QWidget +class MemberItem : public TQWidget { public: - MemberItem( TQWidget *parent, SyncProcess *syncProcess, + MemberItem( TQWidget *tqparent, SyncProcess *syncProcess, const QSync::Member &member ); SyncProcess* syncProcess() const { return mSyncProcess; } @@ -105,7 +106,7 @@ class MemberItem : public QWidget TQLabel *mIcon; TQLabel *mMemberName; TQLabel *mDescription; - TQLabel *mStatus; + TQLabel *mtqStatus; }; #endif |