diff options
author | Michele Calgaro <[email protected]> | 2024-02-03 16:25:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-03 16:25:50 +0900 |
commit | 0d9263f836b892b03742c494bd236d57b63ebb19 (patch) | |
tree | 04c0eed9cc0285d87fa42e37a69ab19e5aa017ca /kcontrol/kicker | |
parent | 4484e51ca69d3080fac8692a7a203c49dc47ab1e (diff) | |
download | tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.tar.gz tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/kicker')
-rw-r--r-- | kcontrol/kicker/hidingtab.ui | 4 | ||||
-rw-r--r-- | kcontrol/kicker/lookandfeeltab.ui | 4 | ||||
-rw-r--r-- | kcontrol/kicker/positiontab.ui | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/kicker/hidingtab.ui b/kcontrol/kicker/hidingtab.ui index fae21c356..b0a9088cb 100644 --- a/kcontrol/kicker/hidingtab.ui +++ b/kcontrol/kicker/hidingtab.ui @@ -764,9 +764,9 @@ <include location="global" impldecl="in implementation">knuminput.h</include> <include location="local" impldecl="in implementation">kdialog.h</include> </includes> -<Q_SLOTS> +<slots> <slot specifier="pure virtual">switchPanel(int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> diff --git a/kcontrol/kicker/lookandfeeltab.ui b/kcontrol/kicker/lookandfeeltab.ui index 803393e66..fcc746f57 100644 --- a/kcontrol/kicker/lookandfeeltab.ui +++ b/kcontrol/kicker/lookandfeeltab.ui @@ -624,11 +624,11 @@ This option is only active if 'Enable background image' is selected.</string> <include location="global" impldecl="in implementation">klineedit.h</include> <include location="global" impldecl="in implementation">kpushbutton.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="protected" specifier="pure virtual">launchAdvancedDialog()</slot> <slot access="protected" specifier="pure virtual">browseTheme(const TQString&)</slot> <slot access="protected" specifier="pure virtual">enableTransparency(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> diff --git a/kcontrol/kicker/positiontab.ui b/kcontrol/kicker/positiontab.ui index 6729d0cf2..2786cedf5 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> -<Q_SLOTS> +<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> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> |