diff options
| -rw-r--r-- | kdevdesigner/designer/customwidgeteditor.ui | 2 | ||||
| -rw-r--r-- | parts/distpart/distpart_ui.ui | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/kdevdesigner/designer/customwidgeteditor.ui b/kdevdesigner/designer/customwidgeteditor.ui index 3c0f5a85..db6860f0 100644 --- a/kdevdesigner/designer/customwidgeteditor.ui +++ b/kdevdesigner/designer/customwidgeteditor.ui @@ -733,7 +733,7 @@                              <bool>true</bool>                          </property>                          <property name="whatsThis" stdset="0"> -                            <string>The list of all the custom widget's Q_SLOTS.</string> +                            <string>The list of all the custom widget's slots.</string>                          </property>                      </widget>                      <widget class="TQLabel" row="2" column="0"> diff --git a/parts/distpart/distpart_ui.ui b/parts/distpart/distpart_ui.ui index bc093ac9..92b22b85 100644 --- a/parts/distpart/distpart_ui.ui +++ b/parts/distpart/distpart_ui.ui @@ -1136,7 +1136,7 @@ Build Files</string>          <sender>srcPackagePushButton</sender>          <signal>clicked()</signal>          <receiver>packaging_dialog</receiver> -        <slot>Q_SLOTSrcPackagePushButtonPressed()</slot> +        <slot>slotSrcPackagePushButtonPressed()</slot>      </connection>      <connection>          <sender>importSPECPushButton</sender> @@ -1205,7 +1205,7 @@ Build Files</string>      <slot>slotbuildAllPushButtonPressed()</slot>      <slot>slotexportSPECPushButtonPressed()</slot>      <slot>slotimportSPECPushButtonPressed()</slot> -    <slot>Q_SLOTSrcPackagePushButtonPressed()</slot> +    <slot>slotSrcPackagePushButtonPressed()</slot>      <slot>slotAddFileButtonPressed()</slot>      <slot>slotRemoveFile(TQListBoxItem *item)</slot>  </Q_SLOTS>  | 
