summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-03 19:30:09 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-07-30 01:02:58 +0200
commit48c32050eb8b703936213a0541b706e6067ac1ec (patch)
treef30c88c81d79acd32fddcccdb0599efb45475d69
parentda7ec372e676c978d43999b6f071a8ec46e8ab7b (diff)
downloadkbarcode-48c32050eb8b703936213a0541b706e6067ac1ec.tar.gz
kbarcode-48c32050eb8b703936213a0541b706e6067ac1ec.zip
Fix FTBFS
(cherry picked from commit 62777d2782c7fa738eb047eff175785fc2cd24ff)
-rw-r--r--kbarcode/csvimportdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/csvimportdlg.cpp b/kbarcode/csvimportdlg.cpp
index 117ac24..3a727fc 100644
--- a/kbarcode/csvimportdlg.cpp
+++ b/kbarcode/csvimportdlg.cpp
@@ -374,7 +374,7 @@ void CSVImportDlg::accept()
TQSqlQuery query;
if( !query.exec( line ) )
- qDebug( "%s", i18n("Could not import the following line:") + line );
+ qDebug( "%s", (i18n("Could not import the following line:") + line).ascii() );
//KMessageBox::error( this, i18n("Could not import the following line:") + line );
}