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/showlistviewitem_8cpp-source.html | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/html/showlistviewitem_8cpp-source.html') diff --git a/doc/html/showlistviewitem_8cpp-source.html b/doc/html/showlistviewitem_8cpp-source.html index 49d4e5b..d358d63 100644 --- a/doc/html/showlistviewitem_8cpp-source.html +++ b/doc/html/showlistviewitem_8cpp-source.html @@ -34,20 +34,20 @@ 00017 00018 #include "showlistviewitem.h" 00019 -00020 ShowListViewItem::ShowListViewItem (QListView * parent, +00020 ShowListViewItem::ShowListViewItem (TQListView * parent, 00021 ShowListViewItem* after): -00022 QListViewItem (parent, after) +00022 TQListViewItem (parent, after) 00023 {} 00024 -00025 ShowListViewItem::ShowListViewItem( QListView * parent ) : -00026 QListViewItem( parent ) +00025 ShowListViewItem::ShowListViewItem( TQListView * parent ) : +00026 TQListViewItem( parent ) 00027 { 00028 } 00029 00030 ShowListViewItem::~ShowListViewItem() 00031 {} 00032 -00033 QString ShowListViewItem::key (int column, bool /*ascending*/) const +00033 TQString ShowListViewItem::key (int column, bool /*ascending*/) const 00034 { 00035 switch (column) 00036 { @@ -60,58 +60,58 @@ 00043 } 00044 } 00045 -00050 int ShowListViewItem::compare( QListViewItem *i, int col, +00050 int ShowListViewItem::compare( TQListViewItem *i, int col, 00051 bool ascending ) const 00052 { 00053 return key( col, ascending ).compare( i->key( col, ascending) ); 00054 } 00055 -00056 void ShowListViewItem::setNumber (const QString& number) +00056 void ShowListViewItem::setNumber (const TQString& number) 00057 { 00058 setText (_colNumber, number); 00059 } 00060 -00061 void ShowListViewItem::setAccount(const QString& account) +00061 void ShowListViewItem::setAccount(const TQString& account) 00062 { 00063 setText (_colAccount, account); 00064 } 00065 -00066 void ShowListViewItem::setFrom(const QString& from) +00066 void ShowListViewItem::setFrom(const TQString& from) 00067 { 00068 setText (_colFrom, from); 00069 } 00070 -00071 void ShowListViewItem::setTo(const QString& to) +00071 void ShowListViewItem::setTo(const TQString& to) 00072 { 00073 setText (_colTo, to); 00074 } 00075 -00076 void ShowListViewItem::setSubject(const QString& subject) +00076 void ShowListViewItem::setSubject(const TQString& subject) 00077 { 00078 setText (_colSubject, subject); 00079 } 00080 -00081 void ShowListViewItem::setDate(const QString& date) +00081 void ShowListViewItem::setDate(const TQString& date) 00082 { 00083 setText (_colDate, date); 00084 } 00085 -00086 void ShowListViewItem::setSize(const QString& size) +00086 void ShowListViewItem::setSize(const TQString& size) 00087 { 00088 setText (_colSize, size); 00089 } 00090 -00091 void ShowListViewItem::setContent(const QString& content) +00091 void ShowListViewItem::setContent(const TQString& content) 00092 { 00093 setText (_colContent, content); 00094 } 00095 -00096 void ShowListViewItem::setState(const QString& state) +00096 void ShowListViewItem::setState(const TQString& state) 00097 { 00098 setText (_colState, state); 00099 } 00100 -00101 void ShowListViewItem::setTime (const QString& time) +00101 void ShowListViewItem::setTime (const TQString& time) 00102 { 00103 m_time = time; 00104 } -- cgit v1.2.3