From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- karm/doc/Mainpage.dox | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'karm/doc/Mainpage.dox') 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 Task     Y   -\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:
  1. IdleTimer::extractTime(int)
  2. IdleTimer::stopTimer() @@ -83,7 +83,7 @@ These are the signals:
  3. Preferences::hideOnClose(bool)
-\section slots Listing of the slots +\section Q_SLOTS Listing of the Q_SLOTS \subsection public Public Slots -- cgit v1.2.1