summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchprinter.cpp
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.cpp
parentf5628f48e5a5f813742f5912d3547913e4978656 (diff)
downloadkbarcode-deb8e90cbe9a32f5d9aa121087b6fad3879a35b3.tar.gz
kbarcode-deb8e90cbe9a32f5d9aa121087b6fad3879a35b3.zip
Rename KABC namespace
Diffstat (limited to 'kbarcode/batchprinter.cpp')
-rw-r--r--kbarcode/batchprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/batchprinter.cpp b/kbarcode/batchprinter.cpp
index bd6818f..9bea56a 100644
--- a/kbarcode/batchprinter.cpp
+++ b/kbarcode/batchprinter.cpp
@@ -533,7 +533,7 @@ void BatchPrinter::setData( TVariableList* list )
m_vardata = list;
}
-void BatchPrinter::setData( KABC::AddresseeList* list )
+void BatchPrinter::setData( TDEABC::AddresseeList* list )
{
if( m_addrdata )
delete m_addrdata;