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/showrecordelem_8h-source.html | 94 +++++++++++++++++----------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'doc/html/showrecordelem_8h-source.html') diff --git a/doc/html/showrecordelem_8h-source.html b/doc/html/showrecordelem_8h-source.html index fdce890..c09f703 100644 --- a/doc/html/showrecordelem_8h-source.html +++ b/doc/html/showrecordelem_8h-source.html @@ -1,6 +1,6 @@ -kshowmail.kdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/showrecordelem.h Source File +kshowmail.tdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/showrecordelem.h Source File @@ -40,15 +40,15 @@ 00018 #ifndef SHOWRECORDELEM_H 00019 #define SHOWRECORDELEM_H 00020 -00021 //Qt headers -00022 #include <qdom.h> -00023 #include <qstring.h> -00024 #include <qlistview.h> -00025 #include <qdatetime.h> +00021 //TQt headers +00022 #include <ntqdom.h> +00023 #include <ntqstring.h> +00024 #include <ntqlistview.h> +00025 #include <ntqdatetime.h> 00026 00027 //KDE headers -00028 #include <klocale.h> -00029 #include <kglobal.h> +00028 #include <tdelocale.h> +00029 #include <tdeglobal.h> 00030 #include <kdebug.h> 00031 #include <mimelib/datetime.h> 00032 #include <kmdcodec.h> @@ -79,44 +79,44 @@ 00077 00081 ShowRecordElem (); 00082 -00089 ShowRecordElem( int number, QString& uid, bool isNew ); +00089 ShowRecordElem( int number, TQString& uid, bool isNew ); 00090 -00096 void setHeader( const QString& header ); +00096 void setHeader( const TQString& header ); 00097 -00102 QString header() const; +00102 TQString header() const; 00103 -00108 QString from() const; +00108 TQString from() const; 00109 -00114 QString to() const; +00114 TQString to() const; 00115 -00120 QString subject() const; +00120 TQString subject() const; 00121 -00126 QString content() const; +00126 TQString content() const; 00127 00128 -00134 QString date() const; +00134 TQString date() const; 00135 -00142 QString strUnixTime () const; +00142 TQString strUnixTime () const; 00143 -00148 QDateTime sentDateTime() const; +00148 TQDateTime sentDateTime() const; 00149 -00154 void setUIDL( const QString& uid ); +00154 void setUIDL( const TQString& uid ); 00155 -00160 QString uidl() const; +00160 TQString uidl() const; 00161 00166 void setSize( int size ); 00167 00172 int size() const; 00173 -00178 QString strSize () const; +00178 TQString strSize () const; 00179 -00183 QString strSizePrefix() const; +00183 TQString strSizePrefix() const; 00184 00189 void setNew( bool isnew ); 00190 00196 bool isNew() const; 00197 -00203 QString state() const; +00203 TQString state() const; 00204 00209 void setNumber( int n ); 00210 @@ -126,39 +126,39 @@ 00224 00231 ShowListViewItem* viewItem() const; 00232 -00246 FilterAction_Type applyHeaderFilter( HeaderFilter* filter, QString account, QString& mailbox, FilterLog* log = NULL ); +00246 FilterAction_Type applyHeaderFilter( HeaderFilter* filter, TQString account, TQString& mailbox, FilterLog* log = NULL ); 00247 -00255 void readOptions( QDomElement& elem ); +00255 void readOptions( TQDomElement& elem ); 00256 -00263 void saveOptions( QDomDocument& doc, QDomElement& parent ); +00263 void saveOptions( TQDomDocument& doc, TQDomElement& parent ); 00264 00270 bool isSelected() const; 00271 -00283 QString decodeMailBody( QByteArray body, bool preferHTML ) const; +00283 TQString decodeMailBody( TQByteArray body, bool preferHTML ) const; 00284 -00291 int showHeader( QString& account ); +00291 int showHeader( TQString& account ); 00292 -00299 void writeToMoveLog( FilterLog* log, QString account, QString mailbox ); +00299 void writeToMoveLog( FilterLog* log, TQString account, TQString mailbox ); 00300 -00306 void writeToDeleteLog( FilterLog* log, QString account ); +00306 void writeToDeleteLog( FilterLog* log, TQString account ); 00307 00311 void setMarkAtNextViewRefresh(); 00312 00313 private: 00314 -00318 QCString m_header; +00318 TQCString m_header; 00319 -00323 QCString m_from; +00323 TQCString m_from; 00324 -00328 QCString m_to; +00328 TQCString m_to; 00329 -00333 QCString m_subject; +00333 TQCString m_subject; 00334 -00338 QDateTime m_unixDate; +00338 TQDateTime m_unixDate; 00339 -00343 QCString m_content; +00343 TQCString m_content; 00344 -00348 QString m_uid; +00348 TQString m_uid; 00349 00353 int m_size; 00354 @@ -172,30 +172,30 @@ 00379 00386 FilterElem* m_pFilter; 00387 -00399 QCString scanHeader( const QString& item ) const; +00399 TQCString scanHeader( const TQString& item ) const; 00400 -00405 void setFrom( const QCString& from ); +00405 void setFrom( const TQCString& from ); 00406 -00411 void setTo( const QCString& to ); +00411 void setTo( const TQCString& to ); 00412 -00417 void setSubject( const QCString& subject ); +00417 void setSubject( const TQCString& subject ); 00418 -00423 void setDate( const QCString& date ); +00423 void setDate( const TQCString& date ); 00424 -00429 void setContent( const QCString& content ); +00429 void setContent( const TQCString& content ); 00430 00436 void setFilter( FilterElem* filter ); 00437 -00443 QString getBoundary() const; +00443 TQString getBoundary() const; 00444 -00450 QString getCharset() const; +00450 TQString getCharset() const; 00451 -00458 QString getTransferEncoding() const; +00458 TQString getTransferEncoding() const; 00459 00460 }; 00461 00462 #endif -
Generated on Tue Apr 1 21:59:49 2008 for kshowmail.kdevelop by  +
Generated on Tue Apr 1 21:59:49 2008 for kshowmail.tdevelop by  doxygen 1.5.0
-- cgit v1.2.3