summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kglobalsettings.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kglobalsettings.sip')
-rw-r--r--sip/tdecore/kglobalsettings.sip58
1 files changed, 29 insertions, 29 deletions
diff --git a/sip/tdecore/kglobalsettings.sip b/sip/tdecore/kglobalsettings.sip
index 08386c6..58380d7 100644
--- a/sip/tdecore/kglobalsettings.sip
+++ b/sip/tdecore/kglobalsettings.sip
@@ -84,44 +84,44 @@ public:
public:
static KGlobalSettings::KMouseSettings& mouseSettings ();
- static QString desktopPath ();
- static QString autostartPath ();
- static QString trashPath ();
- static QString documentPath ();
- static QColor toolBarHighlightColor ();
- static QColor inactiveTitleColor ();
- static QColor inactiveTextColor ();
- static QColor activeTitleColor ();
- static QColor activeTextColor ();
+ static TQString desktopPath ();
+ static TQString autostartPath ();
+ static TQString trashPath ();
+ static TQString documentPath ();
+ static TQColor toolBarHighlightColor ();
+ static TQColor inactiveTitleColor ();
+ static TQColor inactiveTextColor ();
+ static TQColor activeTitleColor ();
+ static TQColor activeTextColor ();
static int contrast ();
%If ( KDE_3_4_0 - )
- static QColor buttonBackground ();
- static QColor buttonTextColor ();
+ static TQColor buttonBackground ();
+ static TQColor buttonTextColor ();
%End
- static QColor baseColor ();
- static QColor textColor ();
- static QColor linkColor ();
- static QColor visitedLinkColor ();
- static QColor highlightedTextColor ();
- static QColor highlightColor ();
- static QColor alternateBackgroundColor ();
- static QColor calculateAlternateBackgroundColor (const QColor&);
+ static TQColor baseColor ();
+ static TQColor textColor ();
+ static TQColor linkColor ();
+ static TQColor visitedLinkColor ();
+ static TQColor highlightedTextColor ();
+ static TQColor highlightColor ();
+ static TQColor alternateBackgroundColor ();
+ static TQColor calculateAlternateBackgroundColor (const TQColor&);
%If ( KDE_3_4_0 - )
static bool shadeSortColumn ();
%End
- static QFont generalFont ();
- static QFont fixedFont ();
- static QFont toolBarFont ();
- static QFont menuFont ();
- static QFont windowTitleFont ();
- static QFont taskbarFont ();
+ static TQFont generalFont ();
+ static TQFont fixedFont ();
+ static TQFont toolBarFont ();
+ static TQFont menuFont ();
+ static TQFont windowTitleFont ();
+ static TQFont taskbarFont ();
%If ( KDE_3_1_0 - )
- static QFont largeFont (const QString& = QString ::null );
+ static TQFont largeFont (const TQString& = TQString ::null );
%End
static bool isMultiHead ();
@@ -130,9 +130,9 @@ public:
static bool wheelMouseZooms ();
%If ( KDE_3_2_0 - )
- static QRect splashScreenDesktopGeometry ();
- static QRect desktopGeometry (const QPoint&);
- static QRect desktopGeometry (QWidget*);
+ static TQRect splashScreenDesktopGeometry ();
+ static TQRect desktopGeometry (const TQPoint&);
+ static TQRect desktopGeometry (TQWidget*);
static bool showIconsOnPushButtons ();
static bool showFilePreview (const KURL&);
static bool opaqueResize ();