diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:29:14 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-26 02:56:13 +0200 |
commit | a1e5b05362d3dbd163c6de4b821c71211b587f7d (patch) | |
tree | 6451ca683d9114250b5789e8db877ad7d8b32eac | |
parent | 16cabfd88bc72e0adac548b91dcfa93b5f52d0d1 (diff) | |
download | kpilot-a1e5b05362d3dbd163c6de4b821c71211b587f7d.tar.gz kpilot-a1e5b05362d3dbd163c6de4b821c71211b587f7d.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit 131e345edaab3d72e16c58723888fc25a54d3b16)
-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 b50e8aa..b807ad5 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 |