-rw-r--r-- | kabc/key.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ $Id$ #ifndef KABC_KEY_H #define KABC_KEY_H -#include <qvaluelist.h> +#include <q3valuelist.h> namespace KABC { @@ -41,8 +41,8 @@ class Key friend QDataStream &operator>>( QDataStream &, Key & ); public: - typedef QValueList<Key> List; - typedef QValueList<int> TypeList; + typedef Q3ValueList<Key> List; + typedef Q3ValueList<int> TypeList; /** * Key types |