Fix inadvertent tqt changes.

(cherry picked from commit a02b9b3829)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent ae381385cb
commit 891aac4128

@ -206,7 +206,7 @@ void keywordToRGB( TQString rgbColor, int &r, int &g, int &b )
TORGB( 245, 255, 250 )
else if( rgbColor == "mistyrose" )
TORGB( 255, 228, 225 )
else if( rgbColor == "tqmoccasin" )
else if( rgbColor == "moccasin" )
TORGB( 255, 228, 181 )
else if( rgbColor == "navajowhite" )
TORGB( 255, 222, 173 )

@ -206,7 +206,7 @@ void keywordToRGB( TQString rgbColor, int &r, int &g, int &b )
TORGB( 245, 255, 250 )
else if( rgbColor == "mistyrose" )
TORGB( 255, 228, 225 )
else if( rgbColor == "tqmoccasin" )
else if( rgbColor == "moccasin" )
TORGB( 255, 228, 181 )
else if( rgbColor == "navajowhite" )
TORGB( 255, 222, 173 )

@ -51,14 +51,14 @@ public:
enum UnavailReason { DocumentNotFound, HandlerNotFound };
/** This is called by KoDocumentChild::createUnavailDocument */
void setUnavailReason( const TQString& reason ) { m_reason = reason; }
// stupid tqmoc - I want a write-only property !
// stupid moc - I want a write-only property !
TQString unavailReason() const { return m_reason; }
/** This is called by KoDocumentChild::createUnavailDocument
* Note the trick: we directly modify the URL of the document,
* the one returned by KPart's url()
*/
void setRealURL( const TQString& u ) { m_url = u; }
// stupid tqmoc again
// stupid moc again
TQString realURL() const { return m_url.url(); }
protected:

@ -109,7 +109,7 @@ class KMainWindow;
*/
class KOFFICECORE_EXPORT KKbdAccessExtensions : public TQObject
{
// TODO: A .tqmoc isn't really needed right now, but see TODO in eventFilter method.
// TODO: A .moc isn't really needed right now, but see TODO in eventFilter method.
// TQ_PROPERTY(int stepSize READ stepSize WRITE setStepSize)
public:

@ -206,7 +206,7 @@ void svgNamedColorToRGB( TQString rgbColor, int &r, int &g, int &b )
TORGB( 245, 255, 250 )
else if( rgbColor == "mistyrose" )
TORGB( 255, 228, 225 )
else if( rgbColor == "tqmoccasin" )
else if( rgbColor == "moccasin" )
TORGB( 255, 228, 181 )
else if( rgbColor == "navajowhite" )
TORGB( 255, 222, 173 )

Loading…
Cancel
Save