diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:25:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:25:41 +0900 |
commit | 63c2fcedcd98caf7979bc4797029cbcb32433a5a (patch) | |
tree | 9d7404124628fafdc99e21b8b679e5fc0ea29a24 /chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui | |
parent | 56ddbe04dc445c012c568083202ce433c1da7026 (diff) | |
download | koffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.tar.gz koffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui')
-rw-r--r-- | chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui b/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui index e231e4a7..84469031 100644 --- a/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui +++ b/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui @@ -304,13 +304,13 @@ If <i>no delay</i> is set, the program will wait for a mouse click b <include location="global" impldecl="in implementation">tdeglobalsettings.h</include> <include location="local" impldecl="in implementation">ksnapshotwidget.ui.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>newClicked()</signal> <signal>saveClicked()</signal> <signal>printClicked()</signal> <signal>startImageDrag()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot access="protected" specifier="non virtual">slotModeChanged( int mode )</slot> <slot access="protected" specifier="non virtual">slotNewClicked()</slot> <slot access="protected" specifier="non virtual">slotSaveClicked()</slot> @@ -318,7 +318,7 @@ If <i>no delay</i> is set, the program will wait for a mouse click b <slot access="protected" specifier="non virtual">slotStartDrag()</slot> <slot specifier="non virtual" returnType="int">previewWidth()</slot> <slot specifier="non virtual" returnType="int">previewHeight()</slot> -</Q_SLOTS> +</slots> <functions> <function specifier="non virtual">setPreview( const TQPixmap & pm )</function> <function specifier="non virtual">setDelay( int i )</function> |