diff options
Diffstat (limited to 'kfile-plugins/torrent/bint.h')
-rw-r--r-- | kfile-plugins/torrent/bint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/torrent/bint.h b/kfile-plugins/torrent/bint.h index 7e1fc582..e2ce2cc3 100644 --- a/kfile-plugins/torrent/bint.h +++ b/kfile-plugins/torrent/bint.h @@ -66,7 +66,7 @@ class BInt : public BBase * * @return this object's integer value */ - Q_LLONG get_value () const { return m_value; } + TQ_LLONG get_value () const { return m_value; } /** * Returns the type of this class. @@ -102,7 +102,7 @@ class BInt : public BBase */ void init(ByteTape &tape); - Q_LLONG m_value; + TQ_LLONG m_value; bool m_valid; }; |