summaryrefslogtreecommitdiffabout
path: root/kabc/converter/qtopia/qtopiaconverter.h
Side-by-side diff
Diffstat (limited to 'kabc/converter/qtopia/qtopiaconverter.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/converter/qtopia/qtopiaconverter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/converter/qtopia/qtopiaconverter.h b/kabc/converter/qtopia/qtopiaconverter.h
index aaa267a..7397113 100644
--- a/kabc/converter/qtopia/qtopiaconverter.h
+++ b/kabc/converter/qtopia/qtopiaconverter.h
@@ -32,7 +32,7 @@ $Id$
#include "addressee.h"
#include <qpe/pim/contact.h>
-//US class Categories;
+class Categories;
namespace KABC {
@@ -70,7 +70,7 @@ public:
bool addresseeToQtopia( const Addressee &addr, PimContact &contact );
private:
-//US Categories* catDB;
+ Categories* catDB;
};