Unidiff1 files changed, 3 insertions, 3 deletions
|
|
|
@@ -27,9 +27,9 @@ $Id$ |
27 | |
27 | |
28 | #ifndef KABC_KEY_H |
28 | #ifndef KABC_KEY_H |
29 | #define KABC_KEY_H |
29 | #define KABC_KEY_H |
30 | |
30 | |
31 | #include <qvaluelist.h> |
31 | #include <q3valuelist.h> |
32 | |
32 | |
33 | namespace KABC { |
33 | namespace KABC { |
34 | |
34 | |
35 | /** |
35 | /** |
@@ -40,10 +40,10 @@ class Key |
40 | friend QDataStream &operator<<( QDataStream &, const Key & ); |
40 | friend QDataStream &operator<<( QDataStream &, const Key & ); |
41 | friend QDataStream &operator>>( QDataStream &, Key & ); |
41 | friend QDataStream &operator>>( QDataStream &, Key & ); |
42 | |
42 | |
43 | public: |
43 | public: |
44 | typedef QValueList<Key> List; |
44 | typedef Q3ValueList<Key> List; |
45 | typedef QValueList<int> TypeList; |
45 | typedef Q3ValueList<int> TypeList; |
46 | |
46 | |
47 | /** |
47 | /** |
48 | * Key types |
48 | * Key types |
49 | * |
49 | * |
|