summaryrefslogtreecommitdiffstats
path: root/krecipes/src/datablocks/element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/datablocks/element.cpp')
-rw-r--r--krecipes/src/datablocks/element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/datablocks/element.cpp b/krecipes/src/datablocks/element.cpp
index 786fb0b..18c2b7f 100644
--- a/krecipes/src/datablocks/element.cpp
+++ b/krecipes/src/datablocks/element.cpp
@@ -16,7 +16,7 @@ Element::Element() :
id( -1 )
{}
-Element::Element( const QString &_name, int _id ) :
+Element::Element( const TQString &_name, int _id ) :
name( _name ),
id( _id )
{}