diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:20:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:20:32 +0900 |
commit | d567067b8302ba24a6ac8979db29cfaadc1875e8 (patch) | |
tree | e662c3b2805b0649801760a775fa087db5b9c59c /quanta/parts | |
parent | 931991843ab3b6b0b0157dd433c226f7fc2ebc1b (diff) | |
download | tdewebdev-d567067b8302ba24a6ac8979db29cfaadc1875e8.tar.gz tdewebdev-d567067b8302ba24a6ac8979db29cfaadc1875e8.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/parts')
-rw-r--r-- | quanta/parts/kafka/htmldocumentpropertiesui.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/parts/kafka/htmldocumentpropertiesui.ui b/quanta/parts/kafka/htmldocumentpropertiesui.ui index baa146be..b5e18f2c 100644 --- a/quanta/parts/kafka/htmldocumentpropertiesui.ui +++ b/quanta/parts/kafka/htmldocumentpropertiesui.ui @@ -441,7 +441,7 @@ <tabstop>ok</tabstop> <tabstop>cancel</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot access="protected" specifier="pure virtual">newMetaItem()</slot> <slot access="protected" specifier="pure virtual">deleteCurrentMetaItem()</slot> <slot access="protected" specifier="pure virtual">newCSSRule()</slot> @@ -451,7 +451,7 @@ <slot access="protected" specifier="pure virtual">metaChanged(TQListViewItem * )</slot> <slot access="protected" specifier="pure virtual">CSSChanged(TQListViewItem * )</slot> <slot access="protected" specifier="pure virtual">linkChanged( const TQString& )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |