diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 10:48:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 23:46:41 +0900 |
commit | 7a90b396158862866cecae18593b1fd90d1cc391 (patch) | |
tree | e10b64147754f1c8f506564b99d7407e5d47eaf5 | |
parent | 7f29a86eb3c42020a22454b598dd0a13474c87e2 (diff) | |
download | potracegui-7a90b396158862866cecae18593b1fd90d1cc391.tar.gz potracegui-7a90b396158862866cecae18593b1fd90d1cc391.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f4cb2fd78a292efa8dfa2391cac7ec0ba7291998)
-rw-r--r-- | src/MainWidgetBase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWidgetBase.ui b/src/MainWidgetBase.ui index cf562fd..064fd9c 100644 --- a/src/MainWidgetBase.ui +++ b/src/MainWidgetBase.ui @@ -2809,13 +2809,13 @@ pixels in the input</string> <tabstop>preserveCheck</tabstop> <tabstop>imagesTabs</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot access="protected">showOptions( const TQString & )</slot> <slot access="protected">backendChoosen( const TQString & )</slot> <slot>valueChanged()</slot> <slot>marginValueChanged( double )</slot> <slot>syncronizeMarginsChanged( bool isChecked )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kactivelabel.h</include> |