summaryrefslogtreecommitdiffstats
path: root/karm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-06 10:20:42 +0900
commit7ad14b004aabad9e185cbc1e894489b24e4b5d48 (patch)
treeae5b61928c2f83f6b339743277a6b3c2c709a371 /karm
parent3b1e4bbb3df6a0de8aa0693038449c6f0359ce91 (diff)
downloadtdepim-7ad14b004aabad9e185cbc1e894489b24e4b5d48.tar.gz
tdepim-7ad14b004aabad9e185cbc1e894489b24e4b5d48.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 477975ca208e5f68bc748118dc6a18bd94895961)
Diffstat (limited to 'karm')
-rw-r--r--karm/TODO2
-rw-r--r--karm/csvexportdialog_base.ui4
-rw-r--r--karm/doc/Mainpage.dox10
3 files changed, 8 insertions, 8 deletions
diff --git a/karm/TODO b/karm/TODO
index e90244549..3669fe3f1 100644
--- a/karm/TODO
+++ b/karm/TODO
@@ -1,6 +1,6 @@
* KarmWindow::makeMenus -> export TDEAction? KarmWindow::contextMenuRequest
* QPopupMenu should be static! put connect( ..contextMenu at the right place
-* mainwindow: move tray Q_SIGNALS into tray.cpp add mouse double-click action
+* mainwindow: move tray signals into tray.cpp add mouse double-click action
* (start new timer, stop old) to "Configure
Shortcuts" dialog.
diff --git a/karm/csvexportdialog_base.ui b/karm/csvexportdialog_base.ui
index 361ff5103..091262c36 100644
--- a/karm/csvexportdialog_base.ui
+++ b/karm/csvexportdialog_base.ui
@@ -402,9 +402,9 @@
<tabstop>btnExport</tabstop>
<tabstop>btnCancel</tabstop>
</tabstops>
-<Q_SLOTS>
+<slots>
<slot>enableExportButton()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kdateedit.h</include>
diff --git a/karm/doc/Mainpage.dox b/karm/doc/Mainpage.dox
index b320effb0..b1228f328 100644
--- a/karm/doc/Mainpage.dox
+++ b/karm/doc/Mainpage.dox
@@ -24,7 +24,7 @@ order and can return a pointer to a KCal::Todo object that holds the same
information.
Preferences is a singleton that stores configuration options. It raises
-Q_SIGNALS when options change (for example, the location where the karm data is
+signals when options change (for example, the location where the karm data is
stored) so the application can react and adjust.
KarmStorage is a singleton that creates an interface for storing KArm data.
@@ -35,7 +35,7 @@ format.
/** \page sig_slot_index Index of Signals and Slots
-To get an understanding of the flow program, it may be useful to see an overview of all of the Q_SIGNALS, Q_SLOTS, and
+To get an understanding of the flow program, it may be useful to see an overview of all of the signals, slots, and
connections. See \see connections to get an index of what signal is connected to which slot.
\section overview Summary of what each class provides
@@ -60,9 +60,9 @@ connections. See \see connections to get an index of what signal is connected to
<tr><td>Task</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>Y </td> <td>&nbsp;</td></tr>
</table>
-\section Q_SIGNALS Listing of all of the Q_SIGNALS
+\section signals Listing of all of the signals
-These are the Q_SIGNALS:
+These are the signals:
<ol>
<li>IdleTimer::extractTime(int)
<li>IdleTimer::stopTimer()
@@ -83,7 +83,7 @@ These are the Q_SIGNALS:
<li>Preferences::hideOnClose(bool)
</ol>
-\section Q_SLOTS Listing of the Q_SLOTS
+\section slots Listing of the slots
\subsection public Public Slots