diff options
Diffstat (limited to 'krecipes/src/widgets/unitlistview.h')
-rw-r--r-- | krecipes/src/widgets/unitlistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/widgets/unitlistview.h b/krecipes/src/widgets/unitlistview.h index d3fb02c..b71b67f 100644 --- a/krecipes/src/widgets/unitlistview.h +++ b/krecipes/src/widgets/unitlistview.h @@ -24,7 +24,7 @@ class TDEPopupMenu; class UnitListView : public DBListViewBase { - Q_OBJECT + TQ_OBJECT public: UnitListView( TQWidget *parent, RecipeDB *db ); @@ -44,7 +44,7 @@ protected: class StdUnitListView : public UnitListView { - Q_OBJECT + TQ_OBJECT public: StdUnitListView( TQWidget *parent, RecipeDB *db, bool editable = false ); |