From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdepim/komposer/core/corewidget.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libkdepim/komposer/core/corewidget.h') diff --git a/libkdepim/komposer/core/corewidget.h b/libkdepim/komposer/core/corewidget.h index b4166d8a0..8b07a0a7a 100644 --- a/libkdepim/komposer/core/corewidget.h +++ b/libkdepim/komposer/core/corewidget.h @@ -24,7 +24,7 @@ #include "attachment.h" -#include +#include 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; }; } -- cgit v1.2.1