summaryrefslogtreecommitdiffstats
path: root/src/widgets/qheader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qheader.cpp')
-rw-r--r--src/widgets/qheader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/qheader.cpp b/src/widgets/qheader.cpp
index e20fd3349..b2c0e0e40 100644
--- a/src/widgets/qheader.cpp
+++ b/src/widgets/qheader.cpp
@@ -826,7 +826,7 @@ void TQHeader::mouseMoveEvent( TQMouseEvent *e )
break;
}
default:
- qWarning( "TQHeader::mouseMoveEvent: (%s) unknown state", name() );
+ tqWarning( "TQHeader::mouseMoveEvent: (%s) unknown state", name() );
break;
}
}
@@ -992,7 +992,7 @@ void TQHeader::setLabel( int section, const TQString &s, int size )
}
-bool qt_qheader_label_return_null_strings = FALSE;
+bool tqt_qheader_label_return_null_strings = FALSE;
/*!
Returns the text for section \a section. If the section does not
exist, a TQString::null is returned.
@@ -1003,7 +1003,7 @@ TQString TQHeader::label( int section ) const
return TQString::null;
if ( d->labels[ section ] )
return *( d->labels[ section ] );
- else if ( qt_qheader_label_return_null_strings )
+ else if ( tqt_qheader_label_return_null_strings )
return TQString::null;
else
return TQString::number( section + 1 );