summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmtexturebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmtexturebase.cpp')
-rw-r--r--kpovmodeler/pmtexturebase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmtexturebase.cpp b/kpovmodeler/pmtexturebase.cpp
index 82a92418..a49b103f 100644
--- a/kpovmodeler/pmtexturebase.cpp
+++ b/kpovmodeler/pmtexturebase.cpp
@@ -128,7 +128,7 @@ void PMTextureBase::setLinkedObjectProperty( PMObject* o )
setLinkedObject( ( PMDeclare* ) o );
}
-void PMTextureBase::serialize( QDomElement& e, QDomDocument& doc ) const
+void PMTextureBase::serialize( TQDomElement& e, TQDomDocument& doc ) const
{
if( m_pLinkedObject )
e.setAttribute( "prototype", m_pLinkedObject->id( ) );
@@ -137,7 +137,7 @@ void PMTextureBase::serialize( QDomElement& e, QDomDocument& doc ) const
void PMTextureBase::readAttributes( const PMXMLHelper& h )
{
- QString id = h.stringAttribute( "prototype", "" );
+ TQString id = h.stringAttribute( "prototype", "" );
if( !id.isEmpty( ) )
{
PMDeclare* link = h.parser( )->checkLink( id );