summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/groupview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/groupview.h')
-rw-r--r--kitchensync/src/groupview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kitchensync/src/groupview.h b/kitchensync/src/groupview.h
index 5d1e4791..88f8da21 100644
--- a/kitchensync/src/groupview.h
+++ b/kitchensync/src/groupview.h
@@ -26,12 +26,13 @@ class AboutPage;
class SyncProcess;
class TQVBoxLayout;
-class GroupView : public QWidget
+class GroupView : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- GroupView( TQWidget *parent );
+ GroupView( TQWidget *tqparent );
SyncProcess* selectedSyncProcess() const;