summaryrefslogtreecommitdiffstats
path: root/kdecore/kglobalsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kglobalsettings.h')
-rw-r--r--kdecore/kglobalsettings.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kdecore/kglobalsettings.h b/kdecore/kglobalsettings.h
index 4925fd098..957190705 100644
--- a/kdecore/kglobalsettings.h
+++ b/kdecore/kglobalsettings.h
@@ -440,20 +440,20 @@ class KDECORE_EXPORT KGlobalSettings
static bool wheelMouseZooms();
/**
- * This function returns the desktop geometry for an application's splash
+ * This function returns the desktop tqgeometry for an application's splash
* screen. It takes into account the user's display settings (number of
* screens, Xinerama, etc), and the user's preferences (if KDE should be
* Xinerama aware).
*
- * @return the geometry to use for the desktop. Note that it might not
+ * @return the tqgeometry to use for the desktop. Note that it might not
* start at (0,0).
* @since 3.2
*/
static TQRect splashScreenDesktopGeometry();
/**
- * This function returns the desktop geometry for an application that needs
- * to set the geometry of a widget on the screen manually. It takes into
+ * This function returns the desktop tqgeometry for an application that needs
+ * to set the tqgeometry of a widget on the screen manually. It takes into
* account the user's display settings (number of screens, Xinerama, etc),
* and the user's preferences (if KDE should be Xinerama aware).
*
@@ -463,22 +463,22 @@ class KDECORE_EXPORT KGlobalSettings
* @param point a reference point for the widget, for instance one that the
* widget should be adjacent or on top of.
*
- * @return the geometry to use for the desktop. Note that it might not
+ * @return the tqgeometry to use for the desktop. Note that it might not
* start at (0,0).
* @since 3.2
*/
static TQRect desktopGeometry(const TQPoint& point);
/**
- * This function returns the desktop geometry for an application that needs
- * to set the geometry of a widget on the screen manually. It takes into
+ * This function returns the desktop tqgeometry for an application that needs
+ * to set the tqgeometry of a widget on the screen manually. It takes into
* account the user's display settings (number of screens, Xinerama, etc),
* and the user's preferences (if KDE should be Xinerama aware).
*
* @param w the widget in question. This is used to determine which screen
* to use in Xinerama or multi-head mode.
*
- * @return the geometry to use for the desktop. Note that it might not
+ * @return the tqgeometry to use for the desktop. Note that it might not
* start at (0,0).
* @since 3.2
*/
@@ -525,7 +525,7 @@ class KDECORE_EXPORT KGlobalSettings
static bool opaqueResize();
/**
- * The layout scheme to use for dialog buttons
+ * The tqlayout scheme to use for dialog buttons
*
* @return Returns the number of the scheme to use.
* @see KDialogBase::setButtonStyle()