summaryrefslogtreecommitdiffstats
path: root/kshowmail/kshowmaildoc.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
commit9c02dbb59ce57c68dc177d9294b980bf114a3e11 (patch)
treeb1b40423c9be9a42a97cd0e8f3af3139aefb6fa0 /kshowmail/kshowmaildoc.h
parent0b875800e452c97b1a3f25aba5f029a8c33a4b93 (diff)
downloadkshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.tar.gz
kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.zip
Update to TDE R14 API
Diffstat (limited to 'kshowmail/kshowmaildoc.h')
-rw-r--r--kshowmail/kshowmaildoc.h10
1 files changed, 5 insertions, 5 deletions
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 <qobject.h>
-#include <qstring.h>
+#include <ntqobject.h>
+#include <ntqstring.h>
// include files for KDE
#include <kurl.h>
@@ -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();