summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/categorylist.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/zsafe/categorylist.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/zsafe/categorylist.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/zsafe/categorylist.h b/noncore/apps/zsafe/categorylist.h
index 96cf389..fc1c0a2 100644
--- a/noncore/apps/zsafe/categorylist.h
+++ b/noncore/apps/zsafe/categorylist.h
@@ -7,3 +7,5 @@
#include <qstring.h>
-#include <qasciidict.h>
+
+#include <qdict.h>
+
#include "category.h"
@@ -23,3 +25,3 @@ public:
- QAsciiDict<Category> categoryList;
+ QDict<Category> categoryList;