summaryrefslogtreecommitdiffstats
path: root/kmail/accountdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/accountdialog.cpp')
-rw-r--r--kmail/accountdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/accountdialog.cpp b/kmail/accountdialog.cpp
index 206cbfee7..0898c36b6 100644
--- a/kmail/accountdialog.cpp
+++ b/kmail/accountdialog.cpp
@@ -118,7 +118,7 @@ ProcmailRCParser::ProcmailRCParser(TQString fname)
mProcmailrc.setName(fname);
}
- TQRegExp lockFileGlobal("^LOCTDEFILE=", true);
+ TQRegExp lockFileGlobal("^LOCKFILE=", true);
TQRegExp lockFileLocal("^:0", true);
if( mProcmailrc.open(IO_ReadOnly) ) {