summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/weightinput.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-31 17:02:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-31 17:02:11 +0200
commit5f9410ae910e73f8966318d1e1b9be03a5651118 (patch)
treed46a2a2135dbed62dc978bed61ede6376263463b /krecipes/src/widgets/weightinput.cpp
parent40d6261f7d30d372f6a0c9ffdd9fe1cd5b1d1002 (diff)
downloadkrecipes-5f9410ae910e73f8966318d1e1b9be03a5651118.tar.gz
krecipes-5f9410ae910e73f8966318d1e1b9be03a5651118.zip
Initial TQt conversion
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)
{