summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchprinter.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/batchprinter.h
parentf5628f48e5a5f813742f5912d3547913e4978656 (diff)
downloadkbarcode-deb8e90cbe9a32f5d9aa121087b6fad3879a35b3.tar.gz
kbarcode-deb8e90cbe9a32f5d9aa121087b6fad3879a35b3.zip
Rename KABC namespace
Diffstat (limited to 'kbarcode/batchprinter.h')
-rw-r--r--kbarcode/batchprinter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbarcode/batchprinter.h b/kbarcode/batchprinter.h
index 782b89e..6da5ca5 100644
--- a/kbarcode/batchprinter.h
+++ b/kbarcode/batchprinter.h
@@ -23,7 +23,7 @@
#include <tqmap.h>
#include <tqvaluelist.h>
-namespace KABC {
+namespace TDEABC {
class AddresseeList;
}
@@ -96,7 +96,7 @@ class BatchPrinter
/** set the address data for the batchprinter
* @p list will be deleted by the batchprinter
*/
- void setData( KABC::AddresseeList* list );
+ void setData( TDEABC::AddresseeList* list );
inline void setImageFilename( const EImageFileName e ) { m_image_filename = e; }
inline void setImageCustomFilename( const TQString & name ) { m_image_custom_filename = name; };
@@ -154,7 +154,7 @@ class BatchPrinter
Measurements m_measure;
TQValueList<data>* m_data;
TVariableList* m_vardata;
- KABC::AddresseeList* m_addrdata;
+ TDEABC::AddresseeList* m_addrdata;
TQString m_serial;
TQString m_name;