diff options
Diffstat (limited to 'krecipes/src/dialogs/ingredientparserdialog.h')
-rw-r--r-- | krecipes/src/dialogs/ingredientparserdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/dialogs/ingredientparserdialog.h b/krecipes/src/dialogs/ingredientparserdialog.h index 6f2bc7f..f9a6dbb 100644 --- a/krecipes/src/dialogs/ingredientparserdialog.h +++ b/krecipes/src/dialogs/ingredientparserdialog.h @@ -30,7 +30,7 @@ class TQPushButton; class IngredientParserDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: IngredientParserDialog( const UnitList &units, TQWidget* parent = 0, const char* name = 0 ); |