diff options
Diffstat (limited to 'karbon/commands/vdeletenodescmd.h')
-rw-r--r-- | karbon/commands/vdeletenodescmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/commands/vdeletenodescmd.h b/karbon/commands/vdeletenodescmd.h index 28e26226..82931230 100644 --- a/karbon/commands/vdeletenodescmd.h +++ b/karbon/commands/vdeletenodescmd.h @@ -39,7 +39,7 @@ public: virtual void visitVSubpath( VSubpath& path ); protected: - QPtrList<VSegment> m_segments; + TQPtrList<VSegment> m_segments; }; #endif |