diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:29:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:29:14 -0500 |
commit | 131e345edaab3d72e16c58723888fc25a54d3b16 (patch) | |
tree | 56913bdf431a11f6fe42ae769b793542555a51da /lib | |
parent | 4c6d9205397972381f460c096a11844f89d4b86e (diff) | |
download | kpilot-131e345edaab3d72e16c58723888fc25a54d3b16.tar.gz kpilot-131e345edaab3d72e16c58723888fc25a54d3b16.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/actionQueue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/actionQueue.h b/lib/actionQueue.h index 3d53373..3954b3f 100644 --- a/lib/actionQueue.h +++ b/lib/actionQueue.h @@ -1,5 +1,5 @@ -#ifndef _KPILOT_ACTIONTQUEUE_H -#define _KPILOT_ACTIONTQUEUE_H +#ifndef _KPILOT_ACTIONQUEUE_H +#define _KPILOT_ACTIONQUEUE_H /* ** ** Copyright (C) 1998-2001,2003 by Dan Pilone |