From 92994ee2036ac7c4c68747f67dbc0ecbaf4c250c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:52:23 -0600 Subject: Remove additional unneeded tq method conversions --- kttsd/filters/sbd/sbdconfwidget.ui | 10 +++++----- kttsd/filters/sbd/sbdproc.cpp | 4 ++-- kttsd/filters/sbd/sbdproc.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kttsd/filters/sbd') diff --git a/kttsd/filters/sbd/sbdconfwidget.ui b/kttsd/filters/sbd/sbdconfwidget.ui index e7158dc..d066339 100644 --- a/kttsd/filters/sbd/sbdconfwidget.ui +++ b/kttsd/filters/sbd/sbdconfwidget.ui @@ -48,7 +48,7 @@ &Name: - + AlignVCenter|AlignRight @@ -87,7 +87,7 @@ &Sentence boundary regular expression: - + AlignVCenter|AlignRight @@ -131,7 +131,7 @@ &Replacement sentence boundary: - + AlignVCenter|AlignRight @@ -181,7 +181,7 @@ &Language is: - + AlignVCenter|AlignRight @@ -199,7 +199,7 @@ Application &ID contains: - + AlignVCenter|AlignRight diff --git a/kttsd/filters/sbd/sbdproc.cpp b/kttsd/filters/sbd/sbdproc.cpp index 107e6b3..98eec0d 100644 --- a/kttsd/filters/sbd/sbdproc.cpp +++ b/kttsd/filters/sbd/sbdproc.cpp @@ -306,7 +306,7 @@ TQString SbdThread::endSentence() return s; } -// Parses a node of the SSML tree and recursively parses its tqchildren. +// Parses a node of the SSML tree and recursively parses its children. // Returns the filtered text with each sentence a complete ssml tree. TQString SbdThread::parseSsmlNode( TQDomNode& n, const TQString& re ) { @@ -441,7 +441,7 @@ TQString SbdThread::parseSsml( const TQString& inputText, const TQString& re ) // This flag is used to close out a previous sentence. m_sentenceStarted = false; - // Get the root element (speak) and recursively process its tqchildren. + // Get the root element (speak) and recursively process its children. TQDomElement docElem = doc.documentElement(); TQDomNode n = docElem.firstChild(); TQString ssml = parseSsmlNode( docElem, re ); diff --git a/kttsd/filters/sbd/sbdproc.h b/kttsd/filters/sbd/sbdproc.h index 0c1e7aa..d49f72c 100644 --- a/kttsd/filters/sbd/sbdproc.h +++ b/kttsd/filters/sbd/sbdproc.h @@ -204,7 +204,7 @@ class SbdThread: public TQObject, public TQThread TQString startSentence(); // Ends a sentence and appends a Tab. TQString endSentence(); - // Parses a node of the SSML tree and recursively parses its tqchildren. + // Parses a node of the SSML tree and recursively parses its children. // Returns the filtered text with each sentence a complete ssml tree. TQString parseSsmlNode( TQDomNode& n, const TQString& re ); -- cgit v1.2.1