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 10:48:59 +0900 |
commit | f4cb2fd78a292efa8dfa2391cac7ec0ba7291998 (patch) | |
tree | e10b64147754f1c8f506564b99d7407e5d47eaf5 /src | |
parent | 454877ad4c859cebd8ec7fa0369be46fb3e7121f (diff) | |
download | potracegui-f4cb2fd78a292efa8dfa2391cac7ec0ba7291998.tar.gz potracegui-f4cb2fd78a292efa8dfa2391cac7ec0ba7291998.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-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> |