Branch: master

6d8f1cc6 2014-07-12 21:32:13 Michele Calgaro
Fixed FTBFS on Jessie.
M krusader/Dialogs/checksumdlg.cpp
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 {