diff options
Diffstat (limited to 'karm/doc/Mainpage.dox')
-rw-r--r-- | karm/doc/Mainpage.dox | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/karm/doc/Mainpage.dox b/karm/doc/Mainpage.dox index 7c8aee5f5..4bb930f3f 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 -signals when options change (for example, the location where the karm data is +Q_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 signals, slots, and +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 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> </td> <td> </td> <td>Y </td> <td> </td></tr> </table> -\section signals Listing of all of the signals +\section Q_SIGNALS Listing of all of the Q_SIGNALS -These are the signals: +These are the Q_SIGNALS: <ol> <li>IdleTimer::extractTime(int) <li>IdleTimer::stopTimer() @@ -83,7 +83,7 @@ These are the signals: <li>Preferences::hideOnClose(bool) </ol> -\section slots Listing of the slots +\section Q_SLOTS Listing of the Q_SLOTS \subsection public Public Slots |