From afa908a764b9244943bf1fd1c9086f7849c35c12 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:31:54 -0500 Subject: [PATCH] Fix inadvertent tqt changes. --- lib/recordConduit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recordConduit.h b/lib/recordConduit.h index 6dbb136..259133a 100644 --- a/lib/recordConduit.h +++ b/lib/recordConduit.h @@ -49,7 +49,7 @@ class KPilotDeviceLink; */ /** An intermediate class that introduces the slots we need for our sync -* implementation. This is here _only_ because mixing tqmoc with template +* implementation. This is here _only_ because mixing moc with template * classes sounds really scary. */