summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmsplinememento.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmsplinememento.cpp')
-rw-r--r--kpovmodeler/pmsplinememento.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmsplinememento.cpp b/kpovmodeler/pmsplinememento.cpp
index 7836fc7d..99568e74 100644
--- a/kpovmodeler/pmsplinememento.cpp
+++ b/kpovmodeler/pmsplinememento.cpp
@@ -32,7 +32,7 @@ void PMSplineMemento::setSplinePoints( const TQValueList<PMVector>& v )
{
if( !m_bSplinePointsSaved )
{
- // Direct assignment does not work with Qt 2.3.x
+ // Direct assignment does not work with TQt 2.3.x
// The list will be changed later in a graphical
// change because TQValueList::detach( ) is called
// too late!