From 569afa3735116e0ba8d2e4122c5f5a421b7f632f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 5 Mar 2015 05:07:54 +0100 Subject: Fix incorrectly renamed strings --- noatun/modules/kaiman/style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun') diff --git a/noatun/modules/kaiman/style.cpp b/noatun/modules/kaiman/style.cpp index 2c318154..a11f569b 100644 --- a/noatun/modules/kaiman/style.cpp +++ b/noatun/modules/kaiman/style.cpp @@ -1098,7 +1098,7 @@ void KaimanStyle::interpretTokens(TQStringList& ref_s_tokens) l_kse_elem->element = l_s_elem; if ( l_s_tokenTypes.left(1) == "V" ) { - //Qt::Vertical flag + // Vertical flag l_vertPixmaps = true; l_s_tokenTypes = l_s_tokenTypes.mid(1); } -- cgit v1.2.3