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/types_8h-source.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/html/types_8h-source.html') diff --git a/doc/html/types_8h-source.html b/doc/html/types_8h-source.html index 1577e33..8491971 100644 --- a/doc/html/types_8h-source.html +++ b/doc/html/types_8h-source.html @@ -1,6 +1,6 @@ -kshowmail.kdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/types.h Source File +kshowmail.tdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/types.h Source File @@ -36,10 +36,10 @@ 00014 #ifndef TYPES_H 00015 #define TYPES_H 00016 -00017 //Qt headers -00018 #include <qvaluelist.h> -00019 #include <qmap.h> -00020 #include <qstring.h> +00017 //TQt headers +00018 #include <ntqvaluelist.h> +00019 #include <ntqmap.h> +00020 #include <ntqstring.h> 00021 00022 using namespace std; 00023 @@ -61,9 +61,9 @@ 00058 AccountRefreshing 00059 }; 00060 -00064 typedef QValueList<int> MailNumberList_Type; +00064 typedef TQValueList<int> MailNumberList_Type; 00065 -00071 typedef QMap<QString, bool> AccountTaskMap_Type; +00071 typedef TQMap<TQString, bool> AccountTaskMap_Type; 00072 00076 enum FilterAction_Type 00077 { @@ -79,17 +79,17 @@ 00091 struct DownloadActionParams_Type 00092 { 00093 FilterAction_Type action; -00094 QString mailbox; +00094 TQString mailbox; 00095 }; 00096 -00101 typedef QMap<int, DownloadActionParams_Type> MailToDownloadMap_Type; +00101 typedef TQMap<int, DownloadActionParams_Type> MailToDownloadMap_Type; 00102 00106 struct FilterCriteria_Type 00107 { 00108 int source; 00109 int condition; 00110 uint numValue; -00111 QString txtValue; +00111 TQString txtValue; 00112 bool cs; 00113 }; 00114 @@ -98,7 +98,7 @@ 00120 } 00121 00122 #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.1