From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/classKFeedbackAnswer.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/html/classKFeedbackAnswer.html') diff --git a/doc/html/classKFeedbackAnswer.html b/doc/html/classKFeedbackAnswer.html index 2e6fab8..fb86918 100644 --- a/doc/html/classKFeedbackAnswer.html +++ b/doc/html/classKFeedbackAnswer.html @@ -23,11 +23,11 @@

KFeedbackAnswer Class Reference

List of all members. - + - + - + @@ -37,13 +37,13 @@ - + +TQString  @@ -58,7 +58,7 @@ int 

Public Member Functions

 KFeedbackAnswer (KFeedbackQuestion *parent, const QString &text, const QString &id, bool exclusive=true)
 KFeedbackAnswer (KFeedbackQuestion *parent, const TQString &text, const TQString &id, bool exclusive=true)
QString id ()
TQString id ()
QString text ()
TQString text ()
bool isExclusive ()
KFeedbackQuestionquestion () const
virtual QString key (int column, bool ascending) const
virtual TQString key (int column, bool ascending) const
virtual void stateChange (bool newState)

Protected Attributes

-QString _id
_id
bool _exclusive
388 of file kfeedback.h.

Constructor & Destructor Documentation

- +
@@ -71,13 +71,13 @@ Definition at line 388 - + - + @@ -110,7 +110,7 @@ References _no.
const QString & const TQString &  text,
const QString & const TQString &  id,
- + @@ -135,7 +135,7 @@ Referenced by KFeedbackQu
QString KFeedbackAnswer::id TQString KFeedbackAnswer::id (  ) 
- + @@ -248,7 +248,7 @@ Referenced by stateChange
QString KFeedbackAnswer::text TQString KFeedbackAnswer::text (  ) 
- + @@ -270,7 +270,7 @@ Referenced by stateChange

Returns the sort key.

-Reimplemented from QListViewItem to maintain insertion order. +Reimplemented from TQListViewItem to maintain insertion order.

Definition at line 481 of file kfeedback.cpp.

@@ -295,7 +295,7 @@ References _no.

On/off change.

-Reimplemented from QCheckListItem to monitor answering required questions. This method notifies the KFeedbackQuestionList whenever a required question is being answered. +Reimplemented from TQCheckListItem to monitor answering required questions. This method notifies the KFeedbackQuestionList whenever a required question is being answered.

Definition at line 491 of file kfeedback.cpp.

-- cgit v1.2.1

QString KFeedbackAnswer::key TQString KFeedbackAnswer::key ( int  column,