From f008adb5a77e094eaf6abf3fc0f36958e66896a5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 05:28:35 +0000 Subject: TQt4 port koffice This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kplato/kptsummarytaskgeneralpanel.cc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kplato/kptsummarytaskgeneralpanel.cc') diff --git a/kplato/kptsummarytaskgeneralpanel.cc b/kplato/kptsummarytaskgeneralpanel.cc index 3b7f80a9..73ba4f95 100644 --- a/kplato/kptsummarytaskgeneralpanel.cc +++ b/kplato/kptsummarytaskgeneralpanel.cc @@ -34,29 +34,29 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include namespace KPlato { -SummaryTaskGeneralPanel::SummaryTaskGeneralPanel(Task &task, QWidget *p, const char *n) +SummaryTaskGeneralPanel::SummaryTaskGeneralPanel(Task &task, TQWidget *p, const char *n) : SummaryTaskGeneralPanelBase(p, n), m_task(task) { setStartValues(task); - connect(namefield, SIGNAL(textChanged(const QString&)), SLOT(slotObligatedFieldsFilled())); - connect(leaderfield, SIGNAL(textChanged(const QString&)), SLOT(slotObligatedFieldsFilled())); - connect(idfield, SIGNAL(textChanged(const QString&)), SLOT(slotObligatedFieldsFilled())); - connect(descriptionfield, SIGNAL(textChanged()), SLOT(slotObligatedFieldsFilled())); + connect(namefield, TQT_SIGNAL(textChanged(const TQString&)), TQT_SLOT(slotObligatedFieldsFilled())); + connect(leaderfield, TQT_SIGNAL(textChanged(const TQString&)), TQT_SLOT(slotObligatedFieldsFilled())); + connect(idfield, TQT_SIGNAL(textChanged(const TQString&)), TQT_SLOT(slotObligatedFieldsFilled())); + connect(descriptionfield, TQT_SIGNAL(textChanged()), TQT_SLOT(slotObligatedFieldsFilled())); - connect(chooseLeader, SIGNAL(clicked()), SLOT(slotChooseResponsible())); + connect(chooseLeader, TQT_SIGNAL(clicked()), TQT_SLOT(slotChooseResponsible())); } -- cgit v1.2.1