summaryrefslogtreecommitdiffstats
path: root/libkdepim/komposer/core/corewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/komposer/core/corewidget.h')
-rw-r--r--libkdepim/komposer/core/corewidget.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libkdepim/komposer/core/corewidget.h b/libkdepim/komposer/core/corewidget.h
index b4166d8a..8b07a0a7 100644
--- a/libkdepim/komposer/core/corewidget.h
+++ b/libkdepim/komposer/core/corewidget.h
@@ -24,7 +24,7 @@
#include "attachment.h"
-#include <qwidget.h>
+#include <tqwidget.h>
namespace Komposer
{
@@ -33,14 +33,14 @@ namespace Komposer
{
Q_OBJECT
public:
- CoreWidget( QWidget *parent, const char *name=0 );
+ CoreWidget( TQWidget *parent, const char *name=0 );
- virtual QString subject() const =0;
- virtual QStringList to() const =0;
- virtual QStringList cc() const =0;
- virtual QStringList bcc() const =0;
- virtual QString from() const =0;
- virtual QString replyTo() const =0;
+ virtual TQString subject() const =0;
+ virtual TQStringList to() const =0;
+ virtual TQStringList cc() const =0;
+ virtual TQStringList bcc() const =0;
+ virtual TQString from() const =0;
+ virtual TQString replyTo() const =0;
virtual AttachmentList attachments() const =0;
};
}