summaryrefslogtreecommitdiffstats
path: root/conduits/abbrowserconduit
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/abbrowserconduit')
-rw-r--r--conduits/abbrowserconduit/abbrowser-conduit.h2
-rw-r--r--conduits/abbrowserconduit/resolutionTable.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.h b/conduits/abbrowserconduit/abbrowser-conduit.h
index 3f017eb..e652e40 100644
--- a/conduits/abbrowserconduit/abbrowser-conduit.h
+++ b/conduits/abbrowserconduit/abbrowser-conduit.h
@@ -146,7 +146,7 @@ private:
{
return (str1.isEmpty() && str2.isEmpty()) || (str1 == str2);
} ;
- typedef enum eqFlagsType
+ enum eqFlagsType
{
eqFlagsName=0x1,
eqFlagsAdress=0x2,
diff --git a/conduits/abbrowserconduit/resolutionTable.h b/conduits/abbrowserconduit/resolutionTable.h
index 51c2519..6a4f9e6 100644
--- a/conduits/abbrowserconduit/resolutionTable.h
+++ b/conduits/abbrowserconduit/resolutionTable.h
@@ -32,7 +32,7 @@
#include <tqvaluelist.h>
#include "syncAction.h"
-typedef enum eExistItems {
+enum eExistItems {
eExistsPC=0x1, eExistsPalm=0x2, eExistsBackup=0x4,
eExistsAll=eExistsPC|eExistsPalm|eExistsBackup
};