diff options
Diffstat (limited to 'kmyfirewall/core/ipaddress.h')
-rw-r--r-- | kmyfirewall/core/ipaddress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/core/ipaddress.h b/kmyfirewall/core/ipaddress.h index 4252c7c..db38dee 100644 --- a/kmyfirewall/core/ipaddress.h +++ b/kmyfirewall/core/ipaddress.h @@ -68,7 +68,7 @@ public: const TQString& toString() const; /** Return values for the comparision operator== */ - enum { ETQUAL, BIGGER, SMALLER }; + enum { EQUAL, BIGGER, SMALLER }; private: int m_digits[ NUMDIGITS ]; |