summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/weightinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/weightinput.cpp')
-rw-r--r--krecipes/src/widgets/weightinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/widgets/weightinput.cpp b/krecipes/src/widgets/weightinput.cpp
index 2bf2d2c..f188866 100644
--- a/krecipes/src/widgets/weightinput.cpp
+++ b/krecipes/src/widgets/weightinput.cpp
@@ -17,7 +17,7 @@
#include "datablocks/weight.h"
#include "prepmethodcombobox.h"
-WeightInput::WeightInput( QWidget *parent, RecipeDB *database, Unit::Type type, MixedNumber::Format format ) :
+WeightInput::WeightInput( TQWidget *parent, RecipeDB *database, Unit::Type type, MixedNumber::Format format ) :
AmountUnitInput(parent,database,type,format),
m_database(database)
{