summaryrefslogtreecommitdiffstats
path: root/krandr/libkrandr.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /krandr/libkrandr.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krandr/libkrandr.h')
-rw-r--r--krandr/libkrandr.h12
1 files changed, 6 insertions, 6 deletions
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.