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-05 11:19:36 +0900
commit477975ca208e5f68bc748118dc6a18bd94895961 (patch)
tree670e3912afc908378c1d75084ded99713b6e5817 /karm
parentd2f343cc239e1fa25c9581cf35bada96692c41db (diff)
downloadtdepim-477975ca208e5f68bc748118dc6a18bd94895961.tar.gz
tdepim-477975ca208e5f68bc748118dc6a18bd94895961.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 e9024454..3669fe3f 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 361ff510..091262c3 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 b320effb..b1228f32 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