diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-28 22:31:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-28 22:31:39 -0600 |
commit | 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch) | |
tree | 6d4d5407c000add30aa78630e009c0e5d633e440 /src/attic/qtmultilineedit.cpp | |
parent | 1740cd279522c060e738bbbffacab83355d2b794 (diff) | |
download | tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip |
Automated conversion from qt3
Diffstat (limited to 'src/attic/qtmultilineedit.cpp')
-rw-r--r-- | src/attic/qtmultilineedit.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/attic/qtmultilineedit.cpp b/src/attic/qtmultilineedit.cpp index 79c3700fb..1a93c8b2b 100644 --- a/src/attic/qtmultilineedit.cpp +++ b/src/attic/qtmultilineedit.cpp @@ -725,7 +725,7 @@ static void cleanupMLBuffer() static TQPixmap *getCacheBuffer( TQSize sz ) { if ( !buffer ) { - qAddPostRoutine( cleanupMLBuffer ); + tqAddPostRoutine( cleanupMLBuffer ); buffer = new TQPixmap; } @@ -744,7 +744,7 @@ void TQtMultiLineEdit::paintCell( TQPainter *painter, int row, int ) TQFontMetrics fm( painter->font() ); TQString s = stringShown(row); if ( s.isNull() ) { - qWarning( "TQtMultiLineEdit::paintCell: (%s) no text at line %d", + tqWarning( "TQtMultiLineEdit::paintCell: (%s) no text at line %d", name( "unnamed" ), row ); return; } @@ -2157,8 +2157,8 @@ void TQtMultiLineEdit::mousePressEvent( TQMouseEvent *e ) if ( !isReadOnly() ) { const char* fmt; for (int i=0; !ps && (fmt=ms->format(i)); i++) { - ps = qstrnicmp(fmt,"text/",5)==0 - && qstrnicmp(fmt+5,"plain",5)!=0; + ps = tqstrnicmp(fmt,"text/",5)==0 + && tqstrnicmp(fmt+5,"plain",5)!=0; } } } |