summaryrefslogtreecommitdiffstats
path: root/sip/qt/qcolor.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-27 17:38:16 -0600
committerTimothy Pearson <[email protected]>2012-02-27 17:38:16 -0600
commit104997c6f7b545c0095fdc1b1573367bc4cb4d5b (patch)
treecb6ae5f9464208d78cb51515f5a3c3a0a7edc64f /sip/qt/qcolor.sip
parente87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff)
downloadpytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz
pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip
Rename tqt3 color functions
Diffstat (limited to 'sip/qt/qcolor.sip')
-rw-r--r--sip/qt/qcolor.sip16
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/qt/qcolor.sip b/sip/qt/qcolor.sip
index 553b064..bf6ede8 100644
--- a/sip/qt/qcolor.sip
+++ b/sip/qt/qcolor.sip
@@ -106,16 +106,16 @@ TQColor darkYellow;
// Related functions.
-int qRed(TQRgb);
-int qGreen(TQRgb);
-int qBlue(TQRgb);
-TQRgb qRgb(int,int,int);
-int qGray(int,int,int);
-int qGray(TQRgb);
+int tqRed(TQRgb);
+int tqGreen(TQRgb);
+int tqBlue(TQRgb);
+TQRgb tqRgb(int,int,int);
+int tqGray(int,int,int);
+int tqGray(TQRgb);
%If (TQt_2_00 -)
-int qAlpha(TQRgb);
-TQRgb qRgba(int,int,int,int);
+int tqAlpha(TQRgb);
+TQRgb tqRgba(int,int,int,int);
%End