summaryrefslogtreecommitdiffstats
path: root/src/attic/qtmultilineedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
committerTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
commit9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch)
treedf1e10cc7504665622d096f9ba80dc9e56f3afb8 /src/attic/qtmultilineedit.cpp
parenta830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff)
downloadqt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz
qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip
Undo prior accidental commit
Diffstat (limited to 'src/attic/qtmultilineedit.cpp')
-rw-r--r--src/attic/qtmultilineedit.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/attic/qtmultilineedit.cpp b/src/attic/qtmultilineedit.cpp
index 517d3aa..3c8f346 100644
--- a/src/attic/qtmultilineedit.cpp
+++ b/src/attic/qtmultilineedit.cpp
@@ -725,7 +725,7 @@ static void cleanupMLBuffer()
static QPixmap *getCacheBuffer( QSize sz )
{
if ( !buffer ) {
- tqAddPostRoutine( cleanupMLBuffer );
+ qAddPostRoutine( cleanupMLBuffer );
buffer = new QPixmap;
}
@@ -744,7 +744,7 @@ void QtMultiLineEdit::paintCell( QPainter *painter, int row, int )
QFontMetrics fm( painter->font() );
QString s = stringShown(row);
if ( s.isNull() ) {
- tqWarning( "QtMultiLineEdit::paintCell: (%s) no text at line %d",
+ qWarning( "QtMultiLineEdit::paintCell: (%s) no text at line %d",
name( "unnamed" ), row );
return;
}
@@ -2157,8 +2157,8 @@ void QtMultiLineEdit::mousePressEvent( QMouseEvent *e )
if ( !isReadOnly() ) {
const char* fmt;
for (int i=0; !ps && (fmt=ms->format(i)); i++) {
- ps = tqstrnicmp(fmt,"text/",5)==0
- && tqstrnicmp(fmt+5,"plain",5)!=0;
+ ps = qstrnicmp(fmt,"text/",5)==0
+ && qstrnicmp(fmt+5,"plain",5)!=0;
}
}
}