summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kbarcode/kbarcode-3.5.13-fix_ftbfs.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2015-03-30 20:03:53 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2015-03-30 20:03:53 +0200
commitaf4b625ba86476d452a67eb944d9d6b5e47f5b0a (patch)
tree804e5fca1d290fe990f6bf574cc52cebdcce515f /redhat/applications/kbarcode/kbarcode-3.5.13-fix_ftbfs.patch
parent18f810abbfb37865bc5c22777933ebe95b0bd109 (diff)
downloadtde-packaging-af4b625ba86476d452a67eb944d9d6b5e47f5b0a.tar.gz
tde-packaging-af4b625ba86476d452a67eb944d9d6b5e47f5b0a.zip
RPM packaging: update kbarcode, kbfx, kbibtex, kbiff
Diffstat (limited to 'redhat/applications/kbarcode/kbarcode-3.5.13-fix_ftbfs.patch')
-rw-r--r--redhat/applications/kbarcode/kbarcode-3.5.13-fix_ftbfs.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/redhat/applications/kbarcode/kbarcode-3.5.13-fix_ftbfs.patch b/redhat/applications/kbarcode/kbarcode-3.5.13-fix_ftbfs.patch
deleted file mode 100644
index 87328eb06..000000000
--- a/redhat/applications/kbarcode/kbarcode-3.5.13-fix_ftbfs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 62777d2782c7fa738eb047eff175785fc2cd24ff
-Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Date: 1336091409 -0500
-
- Fix FTBFS
-
-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 ) )
-- 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 );
- }
-