summaryrefslogtreecommitdiffstats
path: root/kbarcode/tokenprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/tokenprovider.h')
-rw-r--r--kbarcode/tokenprovider.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbarcode/tokenprovider.h b/kbarcode/tokenprovider.h
index f144d6b..ce7d186 100644
--- a/kbarcode/tokenprovider.h
+++ b/kbarcode/tokenprovider.h
@@ -29,7 +29,7 @@
#include "documentitem.h"
-namespace KABC {
+namespace TDEABC {
class Addressee;
};
@@ -117,7 +117,7 @@ class TokenProvider {
inline void setCol( unsigned int c ) { col = c; m_update = true; }
inline void setRow( unsigned int r ) { row = r; m_update = true; }
inline void setSerial( const TQString &t, unsigned int inc ) { m_serial = t; m_increment = inc; m_update = true; m_contains_update = true;}
- inline void setAddressee( KABC::Addressee* pAddressee ) { m_address = pAddressee; }
+ inline void setAddressee( TDEABC::Addressee* pAddressee ) { m_address = pAddressee; }
inline int index() const { return m_index; }
inline unsigned int page() const { return m_page; }
@@ -224,7 +224,7 @@ class TokenProvider {
TQPaintDevice* m_printer;
TQRegExp date_reg_exp ;
- KABC::Addressee* m_address;
+ TDEABC::Addressee* m_address;
TQStringList* m_findUserVarsList;
static TQValueList<tCategories> s_categories;