diff options
Diffstat (limited to 'qtruby/rubylib/designer/rbuic/domtool.h')
-rw-r--r-- | qtruby/rubylib/designer/rbuic/domtool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/designer/rbuic/domtool.h b/qtruby/rubylib/designer/rbuic/domtool.h index 8f3aa67c..1e7d4b77 100644 --- a/qtruby/rubylib/designer/rbuic/domtool.h +++ b/qtruby/rubylib/designer/rbuic/domtool.h @@ -33,7 +33,7 @@ class TQDomElement; class TQDomDocument; -class DomTool : public Qt +class DomTool : public TQt { public: static TQVariant readProperty( const TQDomElement& e, const TQString& name, const TQVariant& defValue ); |