summaryrefslogtreecommitdiffstats
path: root/krdc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:23 +0900
commite050a3eb30a884522a3b09df0c37c8fc69c0c5bb (patch)
treec9e4bc90acd51d12c01070461de5da677d709b04 /krdc
parentbfb6a86ee22664339e8922e55216d12e1a5b2008 (diff)
downloadtdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.tar.gz
tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krdc')
-rw-r--r--krdc/hostprofiles.ui8
-rw-r--r--krdc/maindialogbase.ui4
-rw-r--r--krdc/rdp/rdpprefs.ui4
3 files changed, 8 insertions, 8 deletions
diff --git a/krdc/hostprofiles.ui b/krdc/hostprofiles.ui
index b2b86a13..ec2e32bb 100644
--- a/krdc/hostprofiles.ui
+++ b/krdc/hostprofiles.ui
@@ -150,15 +150,15 @@
<variables>
<variable>HostPrefPtrList deletedHosts;</variable>
</variables>
-<Q_SIGNALS>
+<signals>
<signal>hostDoubleClicked(HostPrefPtr)</signal>
-</Q_SIGNALS>
-<Q_SLOTS>
+</signals>
+<slots>
<slot>removeHost()</slot>
<slot access="protected" specifier="non virtual">removeAllHosts()</slot>
<slot access="protected" specifier="non virtual">selectionChanged()</slot>
<slot>slotHostDoubleClicked( TQListViewItem * )</slot>
-</Q_SLOTS>
+</slots>
<functions>
<function specifier="non virtual">load()</function>
<function specifier="non virtual">save()</function>
diff --git a/krdc/maindialogbase.ui b/krdc/maindialogbase.ui
index ee1fd79d..6b70bc99 100644
--- a/krdc/maindialogbase.ui
+++ b/krdc/maindialogbase.ui
@@ -340,14 +340,14 @@ Remote Desktop Connection only supports systems that use VNC.</string>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot access="protected" specifier="pure virtual">hostChanged( const TQString &amp; text )</slot>
<slot access="protected" specifier="pure virtual">toggleBrowsingArea()</slot>
<slot access="protected" specifier="pure virtual">itemSelected( TQListViewItem * item )</slot>
<slot access="protected" specifier="pure virtual">itemDoubleClicked( TQListViewItem * item )</slot>
<slot access="protected" specifier="pure virtual">scopeSelected( const TQString &amp; scope )</slot>
<slot access="protected" specifier="pure virtual">rescan()</slot>
-</Q_SLOTS>
+</slots>
<functions>
<function access="protected" specifier="non virtual">enableBrowsingArea( bool enable )</function>
</functions>
diff --git a/krdc/rdp/rdpprefs.ui b/krdc/rdp/rdpprefs.ui
index eb6d2b90..a622c992 100644
--- a/krdc/rdp/rdpprefs.ui
+++ b/krdc/rdp/rdpprefs.ui
@@ -490,11 +490,11 @@
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="local" impldecl="in implementation">rdpprefs.ui.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot access="protected" specifier="non virtual">resolutionChanged( int selection )</slot>
<slot returnType="int">colorDepth()</slot>
<slot>setColorDepth( int depth )</slot>
-</Q_SLOTS>
+</slots>
<functions>
<function specifier="non virtual">setRdpWidth( int w )</function>
<function specifier="non virtual" returnType="int">rdpWidth()</function>