From 6d8f1cc600794eb1c19fa3acd2ff2deb28f142f3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 13 Jul 2014 11:32:13 +0900 Subject: [PATCH] Fixed FTBFS on Jessie. --- krusader/Dialogs/checksumdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krusader/Dialogs/checksumdlg.cpp b/krusader/Dialogs/checksumdlg.cpp index 69ff288..ccd01d7 100644 --- a/krusader/Dialogs/checksumdlg.cpp +++ b/krusader/Dialogs/checksumdlg.cpp @@ -26,7 +26,7 @@ class CS_Tool; // forward typedef void PREPARE_PROC_FUNC(TDEProcess& proc, CS_Tool *self, const TQStringList& files, const TQString checksumFile, bool recursive, const TQString& stdoutFileName, - const TQString& stderrFileName, const TQString& type=TQString()); + const TQString& stderrFileName, const TQString& type); typedef TQStringList GET_FAILED_FUNC(const TQStringList& stdOut, const TQStringList& stdErr); class CS_Tool {