From 62777d2782c7fa738eb047eff175785fc2cd24ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 3 May 2012 19:30:09 -0500 Subject: [PATCH] Fix FTBFS --- kbarcode/csvimportdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbarcode/csvimportdlg.cpp b/kbarcode/csvimportdlg.cpp index 6b07a7b..b5c6efa 100644 --- a/kbarcode/csvimportdlg.cpp +++ b/kbarcode/csvimportdlg.cpp @@ -374,7 +374,7 @@ void CSVImportDlg::accept() TQSqlQuery query; if( !query.exec( line ) ) - tqDebug( "%s", i18n("Could not import the following line:") + line ); + tqDebug( "%s", (i18n("Could not import the following line:") + line).ascii() ); //KMessageBox::error( this, i18n("Could not import the following line:") + line ); }