summaryrefslogtreecommitdiffstats
path: root/libkdepim/kprefsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/kprefsdialog.h')
-rw-r--r--libkdepim/kprefsdialog.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/libkdepim/kprefsdialog.h b/libkdepim/kprefsdialog.h
index 3c9f85cc..3667a7ae 100644
--- a/libkdepim/kprefsdialog.h
+++ b/libkdepim/kprefsdialog.h
@@ -86,7 +86,7 @@ class KDE_EXPORT KPrefsWid : public QObject
@short Widgets for bool settings in @ref KPrefsDialog.
This class provides a control element for configuring bool values. It is meant
- to be used by KPrefsDialog. The user is responsible for the layout management.
+ to be used by KPrefsDialog. The user is responsible for the tqlayout management.
*/
class KDE_EXPORT KPrefsWidBool : public KPrefsWid
{
@@ -119,7 +119,7 @@ class KDE_EXPORT KPrefsWidBool : public KPrefsWid
@short Widgets for int settings in @ref KPrefsDialog.
This class provides a control element for configuring integer values. It is
- meant to be used by KPrefsDialog. The user is responsible for the layout
+ meant to be used by KPrefsDialog. The user is responsible for the tqlayout
management.
*/
class KDE_EXPORT KPrefsWidInt : public KPrefsWid
@@ -160,7 +160,7 @@ class KDE_EXPORT KPrefsWidInt : public KPrefsWid
@short Widgets for time settings in @ref KPrefsDialog.
This class provides a control element for configuring time values. It is
- meant to be used by KPrefsDialog. The user is responsible for the layout
+ meant to be used by KPrefsDialog. The user is responsible for the tqlayout
management.
*/
class KDE_EXPORT KPrefsWidTime : public KPrefsWid
@@ -197,7 +197,7 @@ class KDE_EXPORT KPrefsWidTime : public KPrefsWid
@short Widgets for duration settings in @ref KPrefsDialog.
This class provides a control element for configuring duration values. It is
- meant to be used by KPrefsDialog. The user is responsible for the layout
+ meant to be used by KPrefsDialog. The user is responsible for the tqlayout
management.
*/
class KDE_EXPORT KPrefsWidDuration : public KPrefsWid
@@ -235,7 +235,7 @@ class KDE_EXPORT KPrefsWidDuration : public KPrefsWid
@short Widgets for time settings in @ref KPrefsDialog.
This class provides a control element for configuring date values. It is
- meant to be used by KPrefsDialog. The user is responsible for the layout
+ meant to be used by KPrefsDialog. The user is responsible for the tqlayout
management.
*/
class KDE_EXPORT KPrefsWidDate : public KPrefsWid
@@ -272,7 +272,7 @@ class KDE_EXPORT KPrefsWidDate : public KPrefsWid
@short Widgets for color settings in @ref KPrefsDialog.
This class provides a control element for configuring color values. It is
- meant to be used by KPrefsDialog. The user is responsible for the layout
+ meant to be used by KPrefsDialog. The user is responsible for the tqlayout
management.
*/
class KDE_EXPORT KPrefsWidColor : public KPrefsWid
@@ -315,7 +315,7 @@ class KDE_EXPORT KPrefsWidColor : public KPrefsWid
@short Widgets for font settings in @ref KPrefsDialog.
This class provides a control element for configuring font values. It is meant
- to be used by KPrefsDialog. The user is responsible for the layout management.
+ to be used by KPrefsDialog. The user is responsible for the tqlayout management.
*/
class KDE_EXPORT KPrefsWidFont : public KPrefsWid
{
@@ -368,7 +368,7 @@ class KDE_EXPORT KPrefsWidFont : public KPrefsWid
@ref KPrefsDialog.
This class provides a control element for configuring selections. It is meant
- to be used by KPrefsDialog. The user is responsible for the layout management.
+ to be used by KPrefsDialog. The user is responsible for the tqlayout management.
The setting is interpreted as an int value, corresponding to the position of
the radio button. The position of the button is defined by the sequence of
@@ -417,7 +417,7 @@ class KDE_EXPORT KPrefsWidRadios : public KPrefsWid
@ref KPrefsDialog.
This class provides a control element for configuring selections. It is meant
- to be used by KPrefsDialog. The user is responsible for the layout management.
+ to be used by KPrefsDialog. The user is responsible for the tqlayout management.
The setting is interpreted as an int value, corresponding to the index in
the combo box.
@@ -452,7 +452,7 @@ class KDE_EXPORT KPrefsWidCombo : public KPrefsWid
@short Widgets for string settings in @ref KPrefsDialog.
This class provides a control element for configuring string values. It is
- meant to be used by KPrefsDialog. The user is responsible for the layout
+ meant to be used by KPrefsDialog. The user is responsible for the tqlayout
management.
*/
class KDE_EXPORT KPrefsWidString : public KPrefsWid
@@ -499,7 +499,7 @@ class KDE_EXPORT KPrefsWidString : public KPrefsWid
@short Widgets for string settings in @ref KPrefsDialog.
This class provides a control element for configuring string values. It is
- meant to be used by KPrefsDialog. The user is responsible for the layout
+ meant to be used by KPrefsDialog. The user is responsible for the tqlayout
management.
*/
class KDE_EXPORT KPrefsWidPath : public KPrefsWid
@@ -708,7 +708,7 @@ class KDE_EXPORT KPrefsWidManager
This class provides the framework for a preferences dialog. You have to
subclass it and add the code to create the actual configuration widgets and
- do the layout management.
+ do the tqlayout management.
KPrefsDialog provides functions to add subclasses of @ref KPrefsWid via
KPrefsWidManager. For these widgets the reading, writing and setting to