diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-14 01:10:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-14 01:10:51 -0600 |
commit | 2a54aa58cfe166f48d6f1395cbc6c9bfd5e31bfc (patch) | |
tree | 673921e3e9310f55904ccd88962f74c401686758 /kmymoney2/converter/mymoneyqifprofile.cpp | |
parent | 7b2485b7a44922b7a5ceec8159d22cd579f5d416 (diff) | |
download | kmymoney-2a54aa58cfe166f48d6f1395cbc6c9bfd5e31bfc.tar.gz kmymoney-2a54aa58cfe166f48d6f1395cbc6c9bfd5e31bfc.zip |
Fix a number of crashes
Diffstat (limited to 'kmymoney2/converter/mymoneyqifprofile.cpp')
-rw-r--r-- | kmymoney2/converter/mymoneyqifprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |