diff options
Diffstat (limited to 'karbon/commands/vdistributecmd.h')
-rw-r--r-- | karbon/commands/vdistributecmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/commands/vdistributecmd.h b/karbon/commands/vdistributecmd.h index 2f0cffe3..b7850193 100644 --- a/karbon/commands/vdistributecmd.h +++ b/karbon/commands/vdistributecmd.h @@ -51,7 +51,7 @@ protected: double getAvailableSpace( VObject *first, VObject *last, double extent ); Distribute m_distribute; - QPtrList<VTranslateCmd> m_trafoCmds; + TQPtrList<VTranslateCmd> m_trafoCmds; }; #endif |