summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmblob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmblob.cpp')
-rw-r--r--kpovmodeler/pmblob.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmblob.cpp b/kpovmodeler/pmblob.cpp
index 800c3b5a..6621cadf 100644
--- a/kpovmodeler/pmblob.cpp
+++ b/kpovmodeler/pmblob.cpp
@@ -56,12 +56,12 @@ PMBlob::~PMBlob( )
{
}
-QString PMBlob::description( ) const
+TQString PMBlob::description( ) const
{
return i18n( "blob" );
}
-void PMBlob::serialize( QDomElement& e, QDomDocument& doc ) const
+void PMBlob::serialize( TQDomElement& e, TQDomDocument& doc ) const
{
e.setAttribute( "threshold", m_threshold );
e.setAttribute( "sturm", m_sturm );
@@ -139,7 +139,7 @@ void PMBlob::setHierarchy( bool h )
}
}
-PMDialogEditBase* PMBlob::editWidget( QWidget* parent ) const
+PMDialogEditBase* PMBlob::editWidget( TQWidget* parent ) const
{
return new PMBlobEdit( parent );
}