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/classKFeedbackForm.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/classKFeedbackForm.html') diff --git a/doc/html/classKFeedbackForm.html b/doc/html/classKFeedbackForm.html index de9f434..c9d51c6 100644 --- a/doc/html/classKFeedbackForm.html +++ b/doc/html/classKFeedbackForm.html @@ -33,7 +33,7 @@ void checkComplete ()

Public Member Functions

KFeedbackForm (const QString &feedbackMailAddress, QWidget *parent) + KFeedbackForm (const TQString &feedbackMailAddress, TQWidget *parent) virtual ~KFeedbackForm () @@ -45,17 +45,17 @@ void slotCheckComplete ()

Protected Member Functions

-QString formatComment () +TQString formatComment ()

Protected Attributes

-QString _feedbackMailAddress +TQString _feedbackMailAddress KFeedbackQuestionList_questionList -QMultiLineEdit * _comment +TQMultiLineEdit * _comment

Detailed Description

@@ -65,20 +65,20 @@ User is asked a list of questions, the answers of which will be sent via mail ba

Definition at line 98 of file kfeedback.h.


Constructor & Destructor Documentation

- +
- + - + @@ -271,7 +271,7 @@ Referenced by KFeedbackFo
KFeedbackForm::KFeedbackForm (const QString & const TQString &  feedbackMailAddress,
QWidget * TQWidget *  parent 
- + -- cgit v1.2.1
QString KFeedbackForm::formatComment TQString KFeedbackForm::formatComment (  )