From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/subscriptiondialog.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'kmail/subscriptiondialog.h') diff --git a/kmail/subscriptiondialog.h b/kmail/subscriptiondialog.h index 1d5a0148..4d3a01db 100644 --- a/kmail/subscriptiondialog.h +++ b/kmail/subscriptiondialog.h @@ -19,11 +19,11 @@ In addition, as a special exception, the copyright holders give permission to link the code of this program with any edition of - the Qt library by Trolltech AS, Norway (or with modified versions - of Qt that use the same license as Qt), and distribute linked + the TQt library by Trolltech AS, Norway (or with modified versions + of TQt that use the same license as TQt), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than - Qt. If you modify this file, you may extend this exception to + TQt. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. @@ -47,22 +47,23 @@ namespace KMail { class SubscriptionDialogBase : public KSubscription { Q_OBJECT + TQ_OBJECT public: - SubscriptionDialogBase( TQWidget *parent, + SubscriptionDialogBase( TQWidget *tqparent, const TQString &caption, KAccount* acct, - TQString startPath = TQString::null ); + TQString startPath = TQString() ); virtual ~SubscriptionDialogBase() {} void show(); protected: /** - * Find the parent item + * Find the tqparent item */ void findParentItem ( TQString &name, TQString &path, TQString &compare, - GroupItem **parent, GroupItem **oldItem ); + GroupItem **tqparent, GroupItem **oldItem ); /** * Process the next prefix in mPrefixList @@ -127,12 +128,13 @@ namespace KMail { class SubscriptionDialog : public SubscriptionDialogBase { Q_OBJECT + TQ_OBJECT public: - SubscriptionDialog( TQWidget *parent, + SubscriptionDialog( TQWidget *tqparent, const TQString &caption, KAccount* acct, - TQString startPath = TQString::null ); + TQString startPath = TQString() ); virtual ~SubscriptionDialog(); protected: /** reimpl */ -- cgit v1.2.3