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/kshowmail_8h-source.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/html/kshowmail_8h-source.html') diff --git a/doc/html/kshowmail_8h-source.html b/doc/html/kshowmail_8h-source.html index d85b890..6af3610 100644 --- a/doc/html/kshowmail_8h-source.html +++ b/doc/html/kshowmail_8h-source.html @@ -1,6 +1,6 @@ -kshowmail.kdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/kshowmail.h Source File +kshowmail.tdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/kshowmail.h Source File @@ -46,12 +46,12 @@ 00024 #endif 00025 00026 // include files for KDE -00027 #include <kapplication.h> -00028 #include <kmainwindow.h> +00027 #include <tdeapplication.h> +00028 #include <tdemainwindow.h> 00029 #include <kuniqueapplication.h> -00030 #include <kaction.h> +00030 #include <tdeaction.h> 00031 #include <kstdaction.h> -00032 #include <klocale.h> +00032 #include <tdelocale.h> 00033 #include <kstatusbar.h> 00034 #include <krun.h> 00035 #include <kpassdlg.h> @@ -81,7 +81,7 @@ 00059 00060 using namespace Types; 00061 -00077 class KShowMailApp : public KMainWindow +00077 class KShowMailApp : public TDEMainWindow 00078 { 00079 Q_OBJECT 00080 @@ -98,7 +98,7 @@ 00097 00101 KCMultiDialog* SetupDialog; 00102 -00106 KAction* m_actionRefresh; +00106 TDEAction* m_actionRefresh; 00107 00112 ConfigList m_ConfigList; 00113 @@ -106,7 +106,7 @@ 00118 00122 KShowMailDock* m_pDockWindow; 00123 -00127 QTimer* m_pTimer; +00127 TQTimer* m_pTimer; 00128 00132 Types::State_Type m_state; 00133 @@ -120,7 +120,7 @@ 00151 00155 ~KShowMailApp(); 00156 -00161 static KAboutData* m_pAbout; +00161 static TDEAboutData* m_pAbout; 00162 00166 void delayNextRefresh(); 00167 @@ -139,9 +139,9 @@ 00200 00208 virtual bool queryExit(); 00209 -00216 virtual void timerEvent( QTimerEvent * ); +00216 virtual void timerEvent( TQTimerEvent * ); 00217 -00222 virtual bool event(QEvent *e); +00222 virtual bool event(TQEvent *e); 00223 00228 void initFirstRefresh(); 00229 @@ -151,9 +151,9 @@ 00239 00240 protected slots: 00241 -00249 void slotStatusHelpMsg(const QString &text); +00249 void slotStatusHelpMsg(const TQString &text); 00250 -00257 void slotStatusMsg(const QString &text); +00257 void slotStatusMsg(const TQString &text); 00258 00263 void slotConfChanged(); 00264 @@ -195,7 +195,7 @@ 00385 00389 void slotShowFilterLog(); 00390 -00391 void slotAccountActivated(QListViewItem*); +00391 void slotAccountActivated(TQListViewItem*); 00392 void slotSendFeedbackMail(); 00393 void slotForceClose(); 00394 @@ -214,7 +214,7 @@ 00407 }; 00408 00409 #endif // KSHOWMAIL_H -
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