diff options
Diffstat (limited to 'kommander/editor/iconvieweditor.ui')
-rw-r--r-- | kommander/editor/iconvieweditor.ui | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/kommander/editor/iconvieweditor.ui b/kommander/editor/iconvieweditor.ui index afa18459..26d1aa8b 100644 --- a/kommander/editor/iconvieweditor.ui +++ b/kommander/editor/iconvieweditor.ui @@ -19,7 +19,7 @@ ** not clear to you. ** *********************************************************************</comment> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>IconViewEditorBase</cstring> </property> @@ -50,7 +50,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout6</cstring> </property> @@ -64,7 +64,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QIconView"> + <widget class="TQIconView"> <property name="name"> <cstring>preview</cstring> </property> @@ -72,7 +72,7 @@ <string>All items in the iconview.</string> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> @@ -86,7 +86,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemNew</cstring> </property> @@ -100,7 +100,7 @@ <string>Create a new item for the iconview.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemDelete</cstring> </property> @@ -124,7 +124,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -133,7 +133,7 @@ </spacer> </vbox> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>GroupBox1</cstring> </property> @@ -156,7 +156,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>Label1</cstring> </property> @@ -167,11 +167,11 @@ <cstring>itemText</cstring> </property> </widget> - <widget class="QLineEdit" row="0" column="1"> + <widget class="TQLineEdit" row="0" column="1"> <property name="name"> <cstring>itemText</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>0</height> @@ -184,7 +184,7 @@ <string>Change the text for the selected item.</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>Label2</cstring> </property> @@ -195,7 +195,7 @@ <cstring>itemChoosePixmap</cstring> </property> </widget> - <widget class="QLayoutWidget" row="1" column="1"> + <widget class="TQLayoutWidget" row="1" column="1"> <property name="name"> <cstring>Layout4</cstring> </property> @@ -209,7 +209,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>itemPixmap</cstring> </property> @@ -217,11 +217,11 @@ <string>Label4</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemDeletePixmap</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>30</width> <height>22</height> @@ -240,11 +240,11 @@ <string>Delete the selected item's pixmap.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>itemChoosePixmap</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>30</width> <height>22</height> @@ -266,7 +266,7 @@ </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -280,7 +280,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonHelp</cstring> </property> @@ -301,14 +301,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> @@ -325,7 +325,7 @@ <string>Close the dialog and apply all the changes.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonApply</cstring> </property> @@ -339,7 +339,7 @@ <string>Apply all changes.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonCancel</cstring> </property> @@ -407,15 +407,15 @@ </connection> <connection> <sender>preview</sender> - <signal>selectionChanged(QIconViewItem*)</signal> + <signal>selectionChanged(TQIconViewItem*)</signal> <receiver>IconViewEditorBase</receiver> - <slot>currentItemChanged(QIconViewItem*)</slot> + <slot>currentItemChanged(TQIconViewItem*)</slot> </connection> <connection> <sender>preview</sender> - <signal>currentChanged(QIconViewItem*)</signal> + <signal>currentChanged(TQIconViewItem*)</signal> <receiver>IconViewEditorBase</receiver> - <slot>currentItemChanged(QIconViewItem*)</slot> + <slot>currentItemChanged(TQIconViewItem*)</slot> </connection> <connection> <sender>itemDeletePixmap</sender> @@ -428,7 +428,7 @@ <slot access="protected" language="C++" returnType="void">applyClicked()</slot> <slot access="protected" language="C++" returnType="void">cancelClicked()</slot> <slot access="protected" language="C++" returnType="void">choosePixmap()</slot> - <slot access="protected" language="C++" returnType="void">currentItemChanged( QIconViewItem * )</slot> + <slot access="protected" language="C++" returnType="void">currentItemChanged( TQIconViewItem * )</slot> <slot access="protected" language="C++" returnType="void">currentTextChanged( const QString & )</slot> <slot access="protected" language="C++" returnType="void">deleteCurrentItem()</slot> <slot access="protected" language="C++" returnType="void">insertNewItem()</slot> |