From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 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 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() -- cgit v1.2.1