summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/dlg/dlg2ui.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /tools/designer/plugins/dlg/dlg2ui.h
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/plugins/dlg/dlg2ui.h')
-rw-r--r--tools/designer/plugins/dlg/dlg2ui.h6
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 );