From cd6090f8ec0fd404062418e609bca94a7e6d96a3 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 22 Sep 2001 15:34:15 +0000 Subject: [PATCH] QList -> QPtrList svn path=/trunk/kdegraphics/kdvi/; revision=115086 --- fontpool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fontpool.h b/fontpool.h index 8dc0f1671..8083e95f6 100644 --- a/fontpool.h +++ b/fontpool.h @@ -6,7 +6,7 @@ #ifndef _FONTPOOL_H #define _FONTPOOL_H -#include +#include #include #include @@ -99,7 +99,7 @@ Q_OBJECT /** This is the list which actually enumerates the fonts in the fontPool */ - QList fontList; + QPtrList fontList; /** This method marks all fonts in the fontpool as "not in use". The fonts are, however, not removed from memory until the method