From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kglobalsettings.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kdecore/kglobalsettings.h') diff --git a/kdecore/kglobalsettings.h b/kdecore/kglobalsettings.h index 957190705..4925fd098 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 tqgeometry for an application's splash + * This function returns the desktop geometry 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 tqgeometry to use for the desktop. Note that it might not + * @return the geometry 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 tqgeometry for an application that needs - * to set the tqgeometry of a widget on the screen manually. It takes into + * 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 * 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 tqgeometry to use for the desktop. Note that it might not + * @return the geometry 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 tqgeometry for an application that needs - * to set the tqgeometry of a widget on the screen manually. It takes into + * 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 * 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 tqgeometry to use for the desktop. Note that it might not + * @return the geometry 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 tqlayout scheme to use for dialog buttons + * The layout scheme to use for dialog buttons * * @return Returns the number of the scheme to use. * @see KDialogBase::setButtonStyle() -- cgit v1.2.1