From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krandr/libkrandr.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'krandr/libkrandr.h') diff --git a/krandr/libkrandr.h b/krandr/libkrandr.h index 2135eb9f8..ced69a68d 100644 --- a/krandr/libkrandr.h +++ b/krandr/libkrandr.h @@ -51,34 +51,34 @@ class KRANDR_EXPORT KRandrSimpleAPI : public RandRDisplay /** * Retrieves the specificed ICC profile filename from the configuration database */ - QString getIccFileName(QString profileName, QString screenName, QString kde_confdir); + TQString getIccFileName(TQString profileName, TQString screenName, TQString kde_confdir); /** * Applies the specificed ICC profile filename to the specified RandR output * If RandR is not available, the specified file is applied to the current display */ - QString applyIccFile(QString screenName, QString fileName); + TQString applyIccFile(TQString screenName, TQString fileName); /** * Applies all saved ICC profile settings to all RandR outputs * If RandR is not available, the settings are applied to the current display */ - QString applyIccConfiguration(QString profileName, QString kde_confdir); + TQString applyIccConfiguration(TQString profileName, TQString kde_confdir); /** * Applies saved system wide settings to the current display */ - QString applySystemWideIccConfiguration(QString kde_confdir); + TQString applySystemWideIccConfiguration(TQString kde_confdir); /** * Resets the current display */ - QString clearIccConfiguration(void); + TQString clearIccConfiguration(void); /** * Retrieves current profile name */ - QString getCurrentProfile(void); + TQString getCurrentProfile(void); /** * Reads current screen information. -- cgit v1.2.1