diff options
Diffstat (limited to 'kommander/editor/connectioneditor.ui')
-rw-r--r-- | kommander/editor/connectioneditor.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/connectioneditor.ui b/kommander/editor/connectioneditor.ui index 8603b9e2..29a33a56 100644 --- a/kommander/editor/connectioneditor.ui +++ b/kommander/editor/connectioneditor.ui @@ -50,7 +50,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="KListView" row="3" column="0" rowspan="1" colspan="2"> + <widget class="TDEListView" row="3" column="0" rowspan="1" colspan="2"> <column> <property name="text"> <string>Sender</string> @@ -111,7 +111,7 @@ <string>Displays the connections between the sender and the receiver.</string> </property> </widget> - <widget class="KListBox" row="1" column="1"> + <widget class="TDEListBox" row="1" column="1"> <property name="name"> <cstring>slotBox</cstring> </property> @@ -119,7 +119,7 @@ <string><b>A list of Q_SLOTS for the receiver.</b><p>The Q_SLOTS that are displayed are only those which have arguments that correspond with the arguments of the signal that is currently selected in the Signal-list.</b></string> </property> </widget> - <widget class="KListBox" row="1" column="0"> + <widget class="TDEListBox" row="1" column="0"> <property name="name"> <cstring>signalBox</cstring> </property> |