summaryrefslogtreecommitdiffabout
path: root/kabc/formatfactory.h
Unidiff
Diffstat (limited to 'kabc/formatfactory.h') (more/less context) (show whitespace changes)
-rw-r--r--kabc/formatfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/formatfactory.h b/kabc/formatfactory.h
index 9612374..de15b17 100644
--- a/kabc/formatfactory.h
+++ b/kabc/formatfactory.h
@@ -22,5 +22,5 @@
22#define KABC_FORMATFACTORY_H 22#define KABC_FORMATFACTORY_H
23 23
24#include <qdict.h> 24#include <q3dict.h>
25#include <qstring.h> 25#include <qstring.h>
26 26
@@ -98,5 +98,5 @@ class FormatFactory
98 static FormatFactory *mSelf; 98 static FormatFactory *mSelf;
99 99
100 QDict<FormatInfo> mFormatList; 100 Q3Dict<FormatInfo> mFormatList;
101}; 101};
102 102