diff options
Diffstat (limited to 'tools/designer/plugins/dlg/dlg2ui.h')
-rw-r--r-- | tools/designer/plugins/dlg/dlg2ui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/plugins/dlg/dlg2ui.h b/tools/designer/plugins/dlg/dlg2ui.h index 15b5377e8..d500aab56 100644 --- a/tools/designer/plugins/dlg/dlg2ui.h +++ b/tools/designer/plugins/dlg/dlg2ui.h @@ -37,7 +37,7 @@ #include <tqdom.h> #include <tqmap.h> -#include <ntqstring.h> +#include <tqstring.h> #include <ntqvariant.h> typedef TQMap<TQString, TQString> AttributeMap; @@ -69,7 +69,7 @@ private: void syntaxError(); TQString getTextValue( const TQDomNode& node ); TQVariant getValue( const TQDomNodeList& children, const TQString& tagName, - const TQString& type = "qstring" ); + const TQString& type = "tqstring" ); void emitHeader(); void emitFooter(); void emitSimpleValue( const TQString& tag, const TQString& value, @@ -99,7 +99,7 @@ private: bool checkTagName( const TQDomElement& e, const TQString& tagName ); TQString normalizeType( const TQString& type ); TQVariant getValue( const TQDomElement& e, const TQString& tagName, - const TQString& type = "qstring" ); + const TQString& type = "tqstring" ); void matchDialogCommon( const TQDomElement& dialogCommon ); bool needsTQLayoutWidget( const TQDomElement& e ); void matchBoxLayout( const TQDomElement& boxLayout ); |