summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/tools/designer/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/designer/plugins')
-rw-r--r--experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/mainfilesettings.ui2
-rw-r--r--experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettings.ui4
-rw-r--r--experimental/tqtinterface/qt4/tools/designer/plugins/dlg/dlg2ui.cpp8
-rw-r--r--experimental/tqtinterface/qt4/tools/designer/plugins/glade/glade2ui.cpp2
-rw-r--r--experimental/tqtinterface/qt4/tools/designer/plugins/wizards/mainwindowwizard.ui18
-rw-r--r--experimental/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizard.ui36
6 files changed, 35 insertions, 35 deletions
diff --git a/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/mainfilesettings.ui b/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/mainfilesettings.ui
index 468525fe2..ea98fb658 100644
--- a/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/mainfilesettings.ui
+++ b/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/mainfilesettings.ui
@@ -121,7 +121,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
diff --git a/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettings.ui b/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettings.ui
index b6d8642c6..55b335e4c 100644
--- a/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettings.ui
+++ b/experimental/tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettings.ui
@@ -80,7 +80,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -249,7 +249,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
diff --git a/experimental/tqtinterface/qt4/tools/designer/plugins/dlg/dlg2ui.cpp b/experimental/tqtinterface/qt4/tools/designer/plugins/dlg/dlg2ui.cpp
index cb716619b..770d3e94b 100644
--- a/experimental/tqtinterface/qt4/tools/designer/plugins/dlg/dlg2ui.cpp
+++ b/experimental/tqtinterface/qt4/tools/designer/plugins/dlg/dlg2ui.cpp
@@ -555,15 +555,15 @@ bool Dlg2Ui::isWidgetType( const TQDomElement& e )
void Dlg2Ui::emitSpacer( int spacing, int stretch )
{
TQString orientationStr;
- TQSize tqsizeHint;
+ TQSize sizeHint;
TQString sizeType = TQString( "Fixed" );
if ( yyBoxKind == TQString("hbox") ) {
orientationStr = TQString( "Horizontal" );
- tqsizeHint = TQSize( spacing, 20 );
+ sizeHint = TQSize( spacing, 20 );
} else {
orientationStr = TQString( "Vertical" );
- tqsizeHint = TQSize( 20, spacing );
+ sizeHint = TQSize( 20, spacing );
}
if ( stretch > 0 )
sizeType = TQString( "Expanding" );
@@ -573,7 +573,7 @@ void Dlg2Ui::emitSpacer( int spacing, int stretch )
TQString("Spacer%1").arg(uniqueSpacer++).latin1() );
emitProperty( TQString("orientation"), orientationStr, TQString("enum") );
if ( spacing > 0 )
- emitProperty( TQString("tqsizeHint"), tqsizeHint, TQString("qsize") );
+ emitProperty( TQString("sizeHint"), sizeHint, TQString("qsize") );
emitProperty( TQString("sizeType"), sizeType, TQString("enum") );
emitClosing( TQString("spacer") );
}
diff --git a/experimental/tqtinterface/qt4/tools/designer/plugins/glade/glade2ui.cpp b/experimental/tqtinterface/qt4/tools/designer/plugins/glade/glade2ui.cpp
index 4571cf5df..4931878b5 100644
--- a/experimental/tqtinterface/qt4/tools/designer/plugins/glade/glade2ui.cpp
+++ b/experimental/tqtinterface/qt4/tools/designer/plugins/glade/glade2ui.cpp
@@ -43,7 +43,7 @@
#include <tqmessagebox.h>
#include <tqrect.h>
#include <tqregexp.h>
-#include <tqsizepolicy.h>
+#include <sizepolicy.h>
#include <ctype.h>
diff --git a/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/mainwindowwizard.ui b/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/mainwindowwizard.ui
index 7e8dadad5..365d960e0 100644
--- a/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/mainwindowwizard.ui
+++ b/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/mainwindowwizard.ui
@@ -91,7 +91,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -166,7 +166,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -243,7 +243,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -344,7 +344,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -528,7 +528,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -545,7 +545,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -562,7 +562,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -625,7 +625,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -642,7 +642,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
diff --git a/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizard.ui b/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizard.ui
index c08c8297d..6137629a2 100644
--- a/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizard.ui
+++ b/experimental/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizard.ui
@@ -153,7 +153,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -253,7 +253,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -304,7 +304,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -338,7 +338,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -665,7 +665,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -722,7 +722,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -930,7 +930,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -974,7 +974,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1074,7 +1074,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1125,7 +1125,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1176,7 +1176,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1282,7 +1282,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1365,7 +1365,7 @@ name like "qt%"
<property name="sizeType">
<enum>Maximum</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1382,7 +1382,7 @@ name like "qt%"
<property name="sizeType">
<enum>Maximum</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
@@ -1488,7 +1488,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1551,7 +1551,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1568,7 +1568,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
@@ -1585,7 +1585,7 @@ name like "qt%"
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>20</height>