summaryrefslogtreecommitdiffstats
path: root/kbarcode/tokenprovider.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:13:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:13:16 -0600
commitdeb8e90cbe9a32f5d9aa121087b6fad3879a35b3 (patch)
tree8353a1696fc1777c07947a580b3b41be7b4ece03 /kbarcode/tokenprovider.h
parentf5628f48e5a5f813742f5912d3547913e4978656 (diff)
downloadkbarcode-deb8e90cbe9a32f5d9aa121087b6fad3879a35b3.tar.gz
kbarcode-deb8e90cbe9a32f5d9aa121087b6fad3879a35b3.zip
Rename KABC namespace
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;