diff options
Diffstat (limited to 'kcontrol/kicker')
-rw-r--r-- | kcontrol/kicker/hidingtab.ui | 4 | ||||
-rw-r--r-- | kcontrol/kicker/lookandfeeltab.ui | 10 | ||||
-rw-r--r-- | kcontrol/kicker/positiontab.ui | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/kcontrol/kicker/hidingtab.ui b/kcontrol/kicker/hidingtab.ui index eaa5961fe..20db3beba 100644 --- a/kcontrol/kicker/hidingtab.ui +++ b/kcontrol/kicker/hidingtab.ui @@ -750,9 +750,9 @@ <include location="global" impldecl="in implementation">knuminput.h</include> <include location="local" impldecl="in implementation">kdialog.h</include> </includes> -<slots> +<Q_SLOTS> <slot specifier="pure virtual">switchPanel(int)</slot> -</slots> +</Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> diff --git a/kcontrol/kicker/lookandfeeltab.ui b/kcontrol/kicker/lookandfeeltab.ui index 7eb945008..3684ff599 100644 --- a/kcontrol/kicker/lookandfeeltab.ui +++ b/kcontrol/kicker/lookandfeeltab.ui @@ -558,7 +558,7 @@ This option is only active if 'Enable background image' is selected.</string> <connections> <connection> <sender>kcfg_BackgroundTheme</sender> - <signal>urlSelected(const QString&)</signal> + <signal>urlSelected(const TQString&)</signal> <receiver>LookAndFeelTabBase</receiver> <slot>browseTheme(const QString&)</slot> </connection> @@ -570,7 +570,7 @@ This option is only active if 'Enable background image' is selected.</string> </connection> <connection> <sender>kcfg_BackgroundTheme</sender> - <signal>returnPressed(const QString&)</signal> + <signal>returnPressed(const TQString&)</signal> <receiver>LookAndFeelTabBase</receiver> <slot>browseTheme(const QString&)</slot> </connection> @@ -621,11 +621,11 @@ This option is only active if 'Enable background image' is selected.</string> <include location="global" impldecl="in declaration">kurlrequester.h</include> <include location="global" impldecl="in implementation">kdialog.h</include> </includes> -<slots> +<Q_SLOTS> <slot access="protected" specifier="pure virtual">launchAdvancedDialog()</slot> - <slot access="protected" specifier="pure virtual">browseTheme(const QString&)</slot> + <slot access="protected" specifier="pure virtual">browseTheme(const TQString&)</slot> <slot access="protected" specifier="pure virtual">enableTransparency(bool)</slot> -</slots> +</Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> diff --git a/kcontrol/kicker/positiontab.ui b/kcontrol/kicker/positiontab.ui index 7af261fde..e7ea78bb3 100644 --- a/kcontrol/kicker/positiontab.ui +++ b/kcontrol/kicker/positiontab.ui @@ -1112,12 +1112,12 @@ how it is positioned on the screen and how much of the screen it should use.</st <include location="global" impldecl="in implementation">knuminput.h</include> <include location="local" impldecl="in implementation">kdialog.h</include> </includes> -<slots> +<Q_SLOTS> <slot access="protected" specifier="pure virtual">lengthenPanel( int )</slot> <slot access="protected" specifier="pure virtual">movePanel( int )</slot> <slot access="protected" specifier="pure virtual">panelDimensionsChanged()</slot> <slot specifier="pure virtual">switchPanel( int )</slot> -</slots> +</Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> |