From 7bb7c8f7f2af7854e3d50f07a8ff33ee3462c194 Mon Sep 17 00:00:00 2001 From: zcarsten Date: Wed, 13 Aug 2003 16:54:10 +0000 Subject: japanese support added (see defines JPATCH_HDE) --- (limited to 'noncore/apps/zsafe/categorylist.h') 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 @@ -5,7 +5,9 @@ #define _CATEGORY_LIST_H_ #include -#include + +#include + #include "category.h" // list of Category @@ -21,7 +23,7 @@ public: void remove (QString key); void clear(); - QAsciiDict categoryList; + QDict categoryList; private: -- cgit v0.9.0.2