diff options
Diffstat (limited to 'krecipes/src/widgets/categorylistview.h')
-rw-r--r-- | krecipes/src/widgets/categorylistview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krecipes/src/widgets/categorylistview.h b/krecipes/src/widgets/categorylistview.h index 69c978e..280b939 100644 --- a/krecipes/src/widgets/categorylistview.h +++ b/krecipes/src/widgets/categorylistview.h @@ -107,7 +107,7 @@ public: class CategoryListView : public DBListViewBase { - Q_OBJECT + TQ_OBJECT public: CategoryListView( TQWidget *parent, RecipeDB * ); @@ -211,7 +211,7 @@ private: class StdCategoryListView : public CategoryListView { - Q_OBJECT + TQ_OBJECT public: StdCategoryListView( TQWidget *parent, RecipeDB *, bool editable = false ); @@ -253,7 +253,7 @@ private: class CategoryCheckListView : public CategoryListView { - Q_OBJECT + TQ_OBJECT public: CategoryCheckListView( TQWidget *parent, RecipeDB *, bool exclusive=true, const ElementList &init_items_checked = ElementList() ); |