summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-02-17 12:01:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-02-17 12:01:44 +0100
commit6847ca8ca3364056914add87f2e9c5ea55c25a90 (patch)
tree72ac877e64a0a5e080fc7ea8249277cb7e42a1bd /tdecore
parent7d3c4845a535e756a8226dff74a9efa7f2a33a03 (diff)
downloadtdelibs-6847ca8ca3364056914add87f2e9c5ea55c25a90.tar.gz
tdelibs-6847ca8ca3364056914add87f2e9c5ea55c25a90.zip
Fix unintended rename of LOCKFILE
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/klockfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/klockfile.h b/tdecore/klockfile.h
index be347ab56..d0bfc5785 100644
--- a/tdecore/klockfile.h
+++ b/tdecore/klockfile.h
@@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
-#ifndef _KLOCTDEFILE_H_
-#define _KLOCTDEFILE_H_
+#ifndef _KLOCKFILE_H_
+#define _KLOCKFILE_H_
#include <tqstring.h>
#include <tqdatetime.h>