From d554f8fec09cbdbd2029a4e41d9993328e867578 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:17:40 -0500 Subject: [PATCH] Fix inadvertent tqt changes. --- siplib/sip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siplib/sip.h b/siplib/sip.h index e7c5fe7..633dae7 100644 --- a/siplib/sip.h +++ b/siplib/sip.h @@ -22,7 +22,7 @@ /* - * This gets round a problem with TQt's tqmoc and Python v2.3. Strictly speaking + * This gets round a problem with TQt's moc and Python v2.3. Strictly speaking * it's a TQt problem but later versions of Python include a fix for it so we * might as well too. */