-rw-r--r-- | kabc/key.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,9 +27,9 @@ $Id$ #ifndef KABC_KEY_H #define KABC_KEY_H -#include <qvaluelist.h> +#include <q3valuelist.h> namespace KABC { /** @@ -40,10 +40,10 @@ class Key friend QDataStream &operator<<( QDataStream &, const 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 * |