From d85021bbec5dc343b1c42eb04d952ece2e5f9cb0 Mon Sep 17 00:00:00 2001
From: Stephan Kulow <coolo@kde.org>
Date: Mon, 19 Feb 2007 18:05:14 +0000
Subject: [PATCH] make it C++

svn path=/trunk/kdesupport/qca/; revision=635280
---
 include/QtCrypto/qca_support.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/QtCrypto/qca_support.h b/include/QtCrypto/qca_support.h
index 20321f17..3d63b51e 100644
--- a/include/QtCrypto/qca_support.h
+++ b/include/QtCrypto/qca_support.h
@@ -213,7 +213,7 @@ namespace QCA
 		enum Type
 		{
 			Tty,         // physical console
-			Stdio,       // stdin/stdout
+			Stdio        // stdin/stdout
 		};
 
 		enum ChannelMode