summaryrefslogtreecommitdiffstats
path: root/kshowmail/kshowmaildoc.h
diff options
context:
space:
mode:
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();