diff options
Diffstat (limited to 'kdevdesigner/designer/pixmapcollectioneditor.ui')
-rw-r--r-- | kdevdesigner/designer/pixmapcollectioneditor.ui | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/kdevdesigner/designer/pixmapcollectioneditor.ui b/kdevdesigner/designer/pixmapcollectioneditor.ui index c4888193..5d7608fd 100644 --- a/kdevdesigner/designer/pixmapcollectioneditor.ui +++ b/kdevdesigner/designer/pixmapcollectioneditor.ui @@ -25,7 +25,7 @@ ** not clear to you. ** *********************************************************************</comment> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>PixmapCollectionEditor</cstring> </property> @@ -50,7 +50,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QIconView"> + <widget class="TQIconView"> <property name="name"> <cstring>viewPixmaps</cstring> </property> @@ -61,7 +61,7 @@ <bool>false</bool> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -75,7 +75,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>PushButton2</cstring> </property> @@ -83,7 +83,7 @@ <string>&Add...</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>PushButton3</cstring> </property> @@ -101,14 +101,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonOk</cstring> </property> @@ -119,7 +119,7 @@ <bool>true</bool> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonCancel</cstring> </property> @@ -127,7 +127,7 @@ <string>&Cancel</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonClose</cstring> </property> @@ -157,9 +157,9 @@ </connection> <connection> <sender>viewPixmaps</sender> - <signal>currentChanged(QIconViewItem*)</signal> + <signal>currentChanged(TQIconViewItem*)</signal> <receiver>PixmapCollectionEditor</receiver> - <slot>currentChanged(QIconViewItem*)</slot> + <slot>currentChanged(TQIconViewItem*)</slot> </connection> <connection> <sender>buttonOk</sender> @@ -190,9 +190,9 @@ <include location="local" impldecl="in implementation">pixmapcollection.h</include> <include location="local" impldecl="in implementation">pixmapchooser.h</include> <include location="local" impldecl="in implementation">project.h</include> - <include location="global" impldecl="in implementation">qfileinfo.h</include> - <include location="global" impldecl="in implementation">qimage.h</include> - <include location="global" impldecl="in declaration">qpixmap.h</include> + <include location="global" impldecl="in implementation">tqfileinfo.h</include> + <include location="global" impldecl="in implementation">tqimage.h</include> + <include location="global" impldecl="in declaration">tqpixmap.h</include> <include location="local" impldecl="in implementation">pixmapcollectioneditor.ui.h</include> </includes> <forwards> @@ -202,17 +202,17 @@ <variable>Project *project;</variable> <variable>bool chooser;</variable> </variables> -<slots> +<Q_SLOTS> <slot>init()</slot> <slot>destroy()</slot> <slot>addPixmap()</slot> <slot>removePixmap()</slot> <slot>updateView()</slot> - <slot>currentChanged(QIconViewItem * i)</slot> + <slot>currentChanged(TQIconViewItem * i)</slot> <slot>setChooserMode(bool c)</slot> - <slot>setCurrentItem(const QString & name)</slot> + <slot>setCurrentItem(const TQString & name)</slot> <slot>setProject(Project * pro)</slot> - <slot returnType="QPixmap">scaledPixmap(const QPixmap & p)</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> + <slot returnType="TQPixmap">scaledPixmap(const TQPixmap & p)</slot> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |