diff options
Diffstat (limited to 'sip/qt/qlocale.sip')
-rw-r--r-- | sip/qt/qlocale.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qlocale.sip b/sip/qt/qlocale.sip index 5a85274..99fce23 100644 --- a/sip/qt/qlocale.sip +++ b/sip/qt/qlocale.sip @@ -59,7 +59,7 @@ This returns a tuple of the <Literal>uint</Literal> result and the </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>toLong</Function></FuncDef> + <FuncDef>TQ_LONG <Function>toLong</Function></FuncDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> <Para> @@ -68,7 +68,7 @@ This returns a tuple of the <Literal>long</Literal> result and the </Para> <FuncSynopsis> - <FuncDef>Q_ULONG <Function>toULong</Function></FuncDef> + <FuncDef>TQ_ULONG <Function>toULong</Function></FuncDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> <Para> @@ -519,8 +519,8 @@ public: //TQString toString(ushort) const; TQString toString(int /Constrained/) const; //TQString toString(uint) const; - //TQString toString(Q_LONG) const; - //TQString toString(Q_ULONG) const; + //TQString toString(TQ_LONG) const; + //TQString toString(TQ_ULONG) const; //TQString toString(Q_LLONG) const; //TQString toString(Q_ULLONG) const; //TQString toString(float,char = 'g',int = 6) const; |