summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmprismmemento.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmprismmemento.cpp')
-rw-r--r--kpovmodeler/pmprismmemento.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmprismmemento.cpp b/kpovmodeler/pmprismmemento.cpp
index 4b24d500..e727946c 100644
--- a/kpovmodeler/pmprismmemento.cpp
+++ b/kpovmodeler/pmprismmemento.cpp
@@ -31,7 +31,7 @@ void PMPrismMemento::setPrismPoints( const TQValueList< TQValueList<PMVector> >&
{
if( !m_bPrismPointsSaved )
{
- // 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!