summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmcone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmcone.cpp')
-rw-r--r--kpovmodeler/pmcone.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmcone.cpp b/kpovmodeler/pmcone.cpp
index 2772eda5..c6fd719e 100644
--- a/kpovmodeler/pmcone.cpp
+++ b/kpovmodeler/pmcone.cpp
@@ -75,12 +75,12 @@ PMCone::~PMCone( )
{
}
-QString PMCone::description( ) const
+TQString PMCone::description( ) const
{
return i18n( "cone" );
}
-void PMCone::serialize( QDomElement & e, QDomDocument & doc ) const
+void PMCone::serialize( TQDomElement & e, TQDomDocument & doc ) const
{
e.setAttribute( "end_a", m_end1.serializeXML( ) );
e.setAttribute( "end_b", m_end2.serializeXML( ) );
@@ -176,7 +176,7 @@ void PMCone::setOpen( bool op )
}
}
-PMDialogEditBase* PMCone::editWidget( QWidget * parent ) const
+PMDialogEditBase* PMCone::editWidget( TQWidget * parent ) const
{
return new PMConeEdit( parent );
}