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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/groupview.h b/kitchensync/src/groupview.h
index 7aba895a..4d2917b4 100644
--- a/kitchensync/src/groupview.h
+++ b/kitchensync/src/groupview.h
@@ -31,7 +31,7 @@ class GroupView : public QWidget
Q_OBJECT
public:
- GroupView( QWidget *parent );
+ GroupView( TQWidget *parent );
SyncProcess* selectedSyncProcess() const;
@@ -51,7 +51,7 @@ class GroupView : public QWidget
AboutPage *mAboutPage;
KWidgetList *mWidgetList;
- QVBoxLayout *mLayout;
+ TQVBoxLayout *mLayout;
};
#endif