diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:16:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:16:01 -0600 |
commit | 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f (patch) | |
tree | b9e389db87bdba126010d03fb5bccdc748d0e6fa /kommander/editor/connectioneditor.ui | |
parent | 9930e16dde86b7de9b792613d826f4f8648b9768 (diff) | |
download | tdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.tar.gz tdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.zip |
Rename a number of classes to enhance compatibility with KDE4
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> |