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 --- kshowmail/kshowmaildoc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kshowmail/kshowmaildoc.h') diff --git a/kshowmail/kshowmaildoc.h b/kshowmail/kshowmaildoc.h index 7f9a541..e2bd9c5 100644 --- a/kshowmail/kshowmaildoc.h +++ b/kshowmail/kshowmaildoc.h @@ -23,8 +23,8 @@ #endif // include files for QT -#include -#include +#include +#include // include files for KDE #include @@ -35,19 +35,19 @@ class KshowmailView; /** KshowmailDoc provides a document object for a document-view model. * * The KshowmailDoc class provides a document object that can be used in conjunction with the classes KshowmailApp and KshowmailView - * to create a document-view model for standard KDE applications based on KApplication and KMainWindow. Thereby, the document object + * to create a document-view model for standard KDE applications based on TDEApplication and TDEMainWindow. Thereby, the document object * is created by the KshowmailApp instance and contains the document structure with the according methods for manipulation of the document * data by KshowmailView objects. Also, KshowmailDoc contains the methods for serialization of the document data from and to files. * * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. * @version KDevelop version 1.2 code generation */ -class KshowmailDoc : public QObject +class KshowmailDoc : public TQObject { Q_OBJECT public: /** Constructor for the fileclass of the application */ - KshowmailDoc(QWidget *parent, const char *name=0); + KshowmailDoc(TQWidget *parent, const char *name=0); /** Destructor for the fileclass of the application */ ~KshowmailDoc(); -- cgit v1.2.3