summaryrefslogtreecommitdiffstats
path: root/knetattach
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:50 +0900
commit0d9263f836b892b03742c494bd236d57b63ebb19 (patch)
tree04c0eed9cc0285d87fa42e37a69ab19e5aa017ca /knetattach
parent4484e51ca69d3080fac8692a7a203c49dc47ab1e (diff)
downloadtdebase-0d9263f836b892b03742c494bd236d57b63ebb19.tar.gz
tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knetattach')
-rw-r--r--knetattach/knetattach.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/knetattach/knetattach.ui b/knetattach/knetattach.ui
index 781643ff1..f73f25707 100644
--- a/knetattach/knetattach.ui
+++ b/knetattach/knetattach.ui
@@ -424,7 +424,7 @@
<variables>
<variable access="private">TQString _type;</variable>
</variables>
-<Q_SLOTS>
+<slots>
<slot access="private">init()</slot>
<slot>setInformationText( const TQString &amp; type )</slot>
<slot access="private">showPage( TQWidget * page )</slot>
@@ -432,7 +432,7 @@
<slot access="private">finished()</slot>
<slot access="private">updatePort( bool encryption )</slot>
<slot access="private">updateFinishButtonText( bool save )</slot>
-</Q_SLOTS>
+</slots>
<functions>
<function access="private" returnType="bool">doConnectionTest( const KURL &amp; url )</function>
<function access="private" returnType="bool">updateForProtocol( const TQString &amp; protocol )</function>