From 2a54aa58cfe166f48d6f1395cbc6c9bfd5e31bfc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 14 Jan 2012 01:10:51 -0600 Subject: Fix a number of crashes --- kmymoney2/converter/mymoneyqifprofile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/converter/mymoneyqifprofile.cpp') diff --git a/kmymoney2/converter/mymoneyqifprofile.cpp b/kmymoney2/converter/mymoneyqifprofile.cpp index 52ef770..880b1c2 100644 --- a/kmymoney2/converter/mymoneyqifprofile.cpp +++ b/kmymoney2/converter/mymoneyqifprofile.cpp @@ -769,7 +769,7 @@ TQString MyMoneyQifProfile::inputDateFormat(void) const possibleDateFormats(list); if(list.count() == 1) return list.first(); - return TQString(); + return TQString::null; } void MyMoneyQifProfile::possibleDateFormats(TQStringList& list) const -- cgit v1.2.1