diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
| commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
| tree | b2a50806758f457480546bccb342017d9c971bd8 /kplato | |
| parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
| download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kplato')
45 files changed, 62 insertions, 62 deletions
diff --git a/kplato/kptaccountsdialog.h b/kplato/kptaccountsdialog.h index e281f2df8..7a48b86ac 100644 --- a/kplato/kptaccountsdialog.h +++ b/kplato/kptaccountsdialog.h @@ -35,7 +35,7 @@ class Part; class AccountsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AccountsDialog(Accounts &acc, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptaccountspanel.h b/kplato/kptaccountspanel.h index 069515cb0..732842105 100644 --- a/kplato/kptaccountspanel.h +++ b/kplato/kptaccountspanel.h @@ -43,7 +43,7 @@ class Project; class AccountsPanel : public AccountsPanelBase { Q_OBJECT - TQ_OBJECT + public: AccountsPanel(Accounts &acc, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptaccountsview.h b/kplato/kptaccountsview.h index d3fea502b..3daf90579 100644 --- a/kplato/kptaccountsview.h +++ b/kplato/kptaccountsview.h @@ -58,7 +58,7 @@ class ResourceItemPrivate; class AccountsView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: AccountsView(Project &project, View *view, TQWidget *parent); diff --git a/kplato/kptaccountsviewconfigdialog.h b/kplato/kptaccountsviewconfigdialog.h index 567f18219..d4ff92a24 100644 --- a/kplato/kptaccountsviewconfigdialog.h +++ b/kplato/kptaccountsviewconfigdialog.h @@ -35,7 +35,7 @@ class AccountsviewConfigPanel; class AccountsviewConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AccountsviewConfigDialog(const TQDate &date, int period, const TQStringList &periodTexts, bool cumulative, TQWidget *parent); @@ -50,7 +50,7 @@ private: class AccountsviewConfigPanel : public AccountsviewConfigurePanelBase { Q_OBJECT - TQ_OBJECT + public: AccountsviewConfigPanel(TQWidget *parent); diff --git a/kplato/kptcalendaredit.h b/kplato/kptcalendaredit.h index 7f602712b..69ed73054 100644 --- a/kplato/kptcalendaredit.h +++ b/kplato/kptcalendaredit.h @@ -33,7 +33,7 @@ class Calendar; class CalendarEdit : public CalendarEditBase { Q_OBJECT - TQ_OBJECT + public: CalendarEdit (TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptcalendareditbase.h b/kplato/kptcalendareditbase.h index b6a220642..04bfde3f3 100644 --- a/kplato/kptcalendareditbase.h +++ b/kplato/kptcalendareditbase.h @@ -43,7 +43,7 @@ class CalendarPanel; class CalendarEditBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CalendarEditBase( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kplato/kptcalendarlistdialog.h b/kplato/kptcalendarlistdialog.h index 032ed72eb..f95a15c89 100644 --- a/kplato/kptcalendarlistdialog.h +++ b/kplato/kptcalendarlistdialog.h @@ -39,7 +39,7 @@ class Part; class CalendarListDialogImpl : public CalendarListDialogBase { Q_OBJECT - TQ_OBJECT + public: CalendarListDialogImpl(Project &project, TQWidget *parent); @@ -90,7 +90,7 @@ private: class CalendarListDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CalendarListDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptcalendarlistdialogbase.h b/kplato/kptcalendarlistdialogbase.h index dd11a1c76..18d8c9851 100644 --- a/kplato/kptcalendarlistdialogbase.h +++ b/kplato/kptcalendarlistdialogbase.h @@ -44,7 +44,7 @@ class CalendarEdit; class CalendarListDialogBase : public CalendarListPanel { Q_OBJECT - TQ_OBJECT + public: CalendarListDialogBase( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kplato/kptcalendarpanel.h b/kplato/kptcalendarpanel.h index 0c72d763f..3c46d6477 100644 --- a/kplato/kptcalendarpanel.h +++ b/kplato/kptcalendarpanel.h @@ -46,7 +46,7 @@ class Calendar; class CalendarPanel: public TQFrame { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQDate date READ date WRITE setDate) TQ_PROPERTY( bool closeButton READ hasCloseButton WRITE setCloseButton ) diff --git a/kplato/kptconfigbehaviorpanel.h b/kplato/kptconfigbehaviorpanel.h index bbdb3cf46..18b136394 100644 --- a/kplato/kptconfigbehaviorpanel.h +++ b/kplato/kptconfigbehaviorpanel.h @@ -33,7 +33,7 @@ class Part; class ConfigBehaviorPanel : public ConfigBehaviorPanelBase { Q_OBJECT - TQ_OBJECT + public: ConfigBehaviorPanel(Behavior &behavior, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptconfigdialog.h b/kplato/kptconfigdialog.h index a172dfdea..54744ccd1 100644 --- a/kplato/kptconfigdialog.h +++ b/kplato/kptconfigdialog.h @@ -34,7 +34,7 @@ class Config; class ConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ConfigDialog(Config &config, Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptdatetable.h b/kplato/kptdatetable.h index b75f98db8..b988e833e 100644 --- a/kplato/kptdatetable.h +++ b/kplato/kptdatetable.h @@ -47,7 +47,7 @@ namespace KPlato class DateInternalWeekSelector : public TQLineEdit { Q_OBJECT - TQ_OBJECT + protected: TQIntValidator *val; int result; @@ -76,7 +76,7 @@ private: class DateInternalMonthPicker : public TQGridView { Q_OBJECT - TQ_OBJECT + protected: /** * Store the month that has been clicked [1..12]. @@ -150,7 +150,7 @@ private: class DateInternalYearSelector : public TQLineEdit { Q_OBJECT - TQ_OBJECT + protected: TQIntValidator *val; int result; @@ -178,7 +178,7 @@ private: class PopupFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + protected: /** * The result. It is returned from exec() when the popup window closes. @@ -255,7 +255,7 @@ public: class DateTable : public TQGridView { Q_OBJECT - TQ_OBJECT + public: /** * The constructor. diff --git a/kplato/kptdoublelistviewbase.h b/kplato/kptdoublelistviewbase.h index 6b6104753..785e236e8 100644 --- a/kplato/kptdoublelistviewbase.h +++ b/kplato/kptdoublelistviewbase.h @@ -59,7 +59,7 @@ public: class DoubleListViewBase : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: DoubleListViewBase(TQWidget *parent, bool description=false); diff --git a/kplato/kptfactory.h b/kplato/kptfactory.h index a10a7da67..62f052678 100644 --- a/kplato/kptfactory.h +++ b/kplato/kptfactory.h @@ -30,7 +30,7 @@ namespace KPlato class Factory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: Factory( TQObject* parent = 0, const char* name = 0 ); ~Factory(); diff --git a/kplato/kptganttview.h b/kplato/kptganttview.h index 353dbff84..8eaec208b 100644 --- a/kplato/kptganttview.h +++ b/kplato/kptganttview.h @@ -55,7 +55,7 @@ class Relation; class GanttView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: diff --git a/kplato/kptintervaledit.h b/kplato/kptintervaledit.h index 0550b9f59..c334cf19c 100644 --- a/kplato/kptintervaledit.h +++ b/kplato/kptintervaledit.h @@ -34,7 +34,7 @@ namespace KPlato class IntervalEditImpl : public IntervalEditBase { Q_OBJECT - TQ_OBJECT + public: IntervalEditImpl(TQWidget *parent); @@ -52,7 +52,7 @@ signals: class IntervalEdit : public IntervalEditImpl { Q_OBJECT - TQ_OBJECT + public: IntervalEdit(TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptmainprojectdialog.h b/kplato/kptmainprojectdialog.h index dadd29b40..46887d1f5 100644 --- a/kplato/kptmainprojectdialog.h +++ b/kplato/kptmainprojectdialog.h @@ -34,7 +34,7 @@ class Part; class MainProjectDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: MainProjectDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptmainprojectpanel.h b/kplato/kptmainprojectpanel.h index 7a32b578f..c80a92cb4 100644 --- a/kplato/kptmainprojectpanel.h +++ b/kplato/kptmainprojectpanel.h @@ -36,7 +36,7 @@ class Part; class MainProjectPanelImpl : public MainProjectPanelBase { Q_OBJECT - TQ_OBJECT + public: MainProjectPanelImpl(TQWidget *parent=0, const char *name=0); @@ -59,7 +59,7 @@ signals: class MainProjectPanel : public MainProjectPanelImpl { Q_OBJECT - TQ_OBJECT + public: MainProjectPanel(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptmilestoneprogressdialog.h b/kplato/kptmilestoneprogressdialog.h index 28f13969e..ade9cd2bb 100644 --- a/kplato/kptmilestoneprogressdialog.h +++ b/kplato/kptmilestoneprogressdialog.h @@ -33,7 +33,7 @@ class Part; class MilestoneProgressDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: MilestoneProgressDialog(Task &task, TQWidget *parent=0); diff --git a/kplato/kptmilestoneprogresspanel.h b/kplato/kptmilestoneprogresspanel.h index 24dfd060d..c98bff9ad 100644 --- a/kplato/kptmilestoneprogresspanel.h +++ b/kplato/kptmilestoneprogresspanel.h @@ -33,7 +33,7 @@ class StandardWorktime; class MilestoneProgressPanelImpl : public MilestoneProgressPanelBase { Q_OBJECT - TQ_OBJECT + public: MilestoneProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0); @@ -49,7 +49,7 @@ public slots: class MilestoneProgressPanel : public MilestoneProgressPanelImpl { Q_OBJECT - TQ_OBJECT + public: MilestoneProgressPanel(Task &task, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptpart.h b/kplato/kptpart.h index 1eab7bdd4..11efc9f1c 100644 --- a/kplato/kptpart.h +++ b/kplato/kptpart.h @@ -46,7 +46,7 @@ class GanttView; class Part : public KoDocument, public KoTextZoomHandler { Q_OBJECT - TQ_OBJECT + public: Part(TQWidget *parentWidget = 0, const char *widgetName = 0, diff --git a/kplato/kptpertcanvas.h b/kplato/kptpertcanvas.h index 58b31a012..e15132526 100644 --- a/kplato/kptpertcanvas.h +++ b/kplato/kptpertcanvas.h @@ -40,7 +40,7 @@ class PertNodeItem; class PertCanvas : public TQCanvasView { Q_OBJECT - TQ_OBJECT + public: PertCanvas( TQWidget *parent ); diff --git a/kplato/kptpertview.h b/kplato/kptpertview.h index 4937a4212..ba195f056 100644 --- a/kplato/kptpertview.h +++ b/kplato/kptpertview.h @@ -40,7 +40,7 @@ class Relation; class PertView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kplato/kptprojectdialog.h b/kplato/kptprojectdialog.h index e2655b1ad..c308cde8d 100644 --- a/kplato/kptprojectdialog.h +++ b/kplato/kptprojectdialog.h @@ -37,7 +37,7 @@ class ResourcesPanel; class ProjectDialogImpl : public ProjectDialogBase { Q_OBJECT - TQ_OBJECT + public: ProjectDialogImpl (TQWidget *parent); @@ -53,7 +53,7 @@ signals: class ProjectDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ProjectDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptrelationdialog.h b/kplato/kptrelationdialog.h index 6abeb3d07..e0099dbbb 100644 --- a/kplato/kptrelationdialog.h +++ b/kplato/kptrelationdialog.h @@ -40,7 +40,7 @@ class ModifyRelationTypeCmd; class AddRelationDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AddRelationDialog(Relation *rel, TQWidget *p, TQString caption=TQString(), int buttons=Ok|Cancel, const char *n=0); @@ -62,7 +62,7 @@ protected: class ModifyRelationDialog : public AddRelationDialog { Q_OBJECT - TQ_OBJECT + public: ModifyRelationDialog(Relation *rel, TQWidget *p=0, const char *n=0); diff --git a/kplato/kptreportview.h b/kplato/kptreportview.h index 24e28c08e..0c9f5d120 100644 --- a/kplato/kptreportview.h +++ b/kplato/kptreportview.h @@ -55,7 +55,7 @@ class ReportTagsPrivate; class ReportView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: diff --git a/kplato/kptrequestresourcespanel.h b/kplato/kptrequestresourcespanel.h index c9259ea5e..86e7dc65a 100644 --- a/kplato/kptrequestresourcespanel.h +++ b/kplato/kptrequestresourcespanel.h @@ -92,7 +92,7 @@ public: class RequestResourcesPanel : public TaskResourcesPanelBase { Q_OBJECT - TQ_OBJECT + public: RequestResourcesPanel(TQWidget *parent, Task &task, bool baseline=false); diff --git a/kplato/kptresourceappointmentsview.h b/kplato/kptresourceappointmentsview.h index e6b52546f..db7049e40 100644 --- a/kplato/kptresourceappointmentsview.h +++ b/kplato/kptresourceappointmentsview.h @@ -51,7 +51,7 @@ class Resource; class ResourceAppointmentsView : public DoubleListViewBase { Q_OBJECT - TQ_OBJECT + public: ResourceAppointmentsView(View *view, TQWidget *parent); diff --git a/kplato/kptresourcedialog.h b/kplato/kptresourcedialog.h index 673b27e80..19b3f7f64 100644 --- a/kplato/kptresourcedialog.h +++ b/kplato/kptresourcedialog.h @@ -43,7 +43,7 @@ class Calendar; class ResourceDialogImpl : public ResourceDialogBase { Q_OBJECT - TQ_OBJECT + public: ResourceDialogImpl (TQWidget *parent); @@ -63,7 +63,7 @@ protected slots: class ResourceDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ResourceDialog(Project &project, Resource *resource, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptresourcesdialog.h b/kplato/kptresourcesdialog.h index 687344272..aea991d2d 100644 --- a/kplato/kptresourcesdialog.h +++ b/kplato/kptresourcesdialog.h @@ -34,7 +34,7 @@ class Part; class ResourcesDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ResourcesDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptresourcespanel.h b/kplato/kptresourcespanel.h index 44b2a39e5..3e3d5d9e2 100644 --- a/kplato/kptresourcespanel.h +++ b/kplato/kptresourcespanel.h @@ -40,7 +40,7 @@ class Part; class ResourcesPanel : public ResourcesPanelBase { Q_OBJECT - TQ_OBJECT + public: ResourcesPanel (TQWidget *parent, Project *project); diff --git a/kplato/kptresourceview.h b/kplato/kptresourceview.h index 7154af8f5..2cf6737b6 100644 --- a/kplato/kptresourceview.h +++ b/kplato/kptresourceview.h @@ -49,7 +49,7 @@ class ResourceItemPrivate; class ResourceView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: ResourceView(View *view, TQWidget *parent); diff --git a/kplato/kptstandardworktimedialog.h b/kplato/kptstandardworktimedialog.h index e65f31e8c..cb9200591 100644 --- a/kplato/kptstandardworktimedialog.h +++ b/kplato/kptstandardworktimedialog.h @@ -38,7 +38,7 @@ class IntervalEditImpl; class StandardWorktimeDialogImpl : public StandardWorktimeDialogBase { Q_OBJECT - TQ_OBJECT + public: StandardWorktimeDialogImpl ( StandardWorktime *std, TQWidget *parent); @@ -76,7 +76,7 @@ private: class StandardWorktimeDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: StandardWorktimeDialog(Project &project, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptsummarytaskdialog.h b/kplato/kptsummarytaskdialog.h index 90b45cd9d..d382a916d 100644 --- a/kplato/kptsummarytaskdialog.h +++ b/kplato/kptsummarytaskdialog.h @@ -50,7 +50,7 @@ class Task; */ class SummaryTaskDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * The constructor for the summary task settings dialog. diff --git a/kplato/kptsummarytaskgeneralpanel.h b/kplato/kptsummarytaskgeneralpanel.h index e5f3740a0..a35a5c7b0 100644 --- a/kplato/kptsummarytaskgeneralpanel.h +++ b/kplato/kptsummarytaskgeneralpanel.h @@ -33,7 +33,7 @@ class Task; class SummaryTaskGeneralPanel : public SummaryTaskGeneralPanelBase { Q_OBJECT - TQ_OBJECT + public: SummaryTaskGeneralPanel(Task &task, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskappointmentsview.h b/kplato/kpttaskappointmentsview.h index ce3e0cdca..aca847a45 100644 --- a/kplato/kpttaskappointmentsview.h +++ b/kplato/kpttaskappointmentsview.h @@ -50,7 +50,7 @@ class ResourceItemPrivate; class TaskAppointmentsView : public DoubleListViewBase { Q_OBJECT - TQ_OBJECT + public: TaskAppointmentsView(TQWidget *parent); diff --git a/kplato/kpttaskcostpanel.h b/kplato/kpttaskcostpanel.h index 005145bcf..865e2454f 100644 --- a/kplato/kpttaskcostpanel.h +++ b/kplato/kpttaskcostpanel.h @@ -35,7 +35,7 @@ class Task; class TaskCostPanelImpl : public TaskCostPanelBase { Q_OBJECT - TQ_OBJECT + public: TaskCostPanelImpl(TQWidget *parent=0, const char *name=0); @@ -48,7 +48,7 @@ public slots: class TaskCostPanel : public TaskCostPanelImpl { Q_OBJECT - TQ_OBJECT + public: TaskCostPanel(Task &task, Accounts &accounts, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskdefaultpanel.h b/kplato/kpttaskdefaultpanel.h index 5d1acb4b4..79d284fd2 100644 --- a/kplato/kpttaskdefaultpanel.h +++ b/kplato/kpttaskdefaultpanel.h @@ -35,7 +35,7 @@ class StandardWorktime; class ConfigTaskPanelImpl : public ConfigTaskPanelBase { Q_OBJECT - TQ_OBJECT + public: ConfigTaskPanelImpl(TQWidget *parent, const char *name); @@ -88,7 +88,7 @@ protected: class TaskDefaultPanel : public ConfigTaskPanelImpl { Q_OBJECT - TQ_OBJECT + public: TaskDefaultPanel(Task &task, StandardWorktime *workTime=0, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskdialog.h b/kplato/kpttaskdialog.h index 2e6c15866..3a1818f42 100644 --- a/kplato/kpttaskdialog.h +++ b/kplato/kpttaskdialog.h @@ -56,7 +56,7 @@ class StandardWorktime; */ class TaskDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** * The constructor for the task settings dialog. diff --git a/kplato/kpttaskgeneralpanel.h b/kplato/kpttaskgeneralpanel.h index f92f32582..b301a37c4 100644 --- a/kplato/kpttaskgeneralpanel.h +++ b/kplato/kpttaskgeneralpanel.h @@ -37,7 +37,7 @@ class StandardWorktime; class TaskGeneralPanelImpl : public TaskGeneralPanelBase { Q_OBJECT - TQ_OBJECT + public: TaskGeneralPanelImpl(TQWidget *parent, const char *name); @@ -91,7 +91,7 @@ protected: class TaskGeneralPanel : public TaskGeneralPanelImpl { Q_OBJECT - TQ_OBJECT + public: TaskGeneralPanel(Task &task, StandardWorktime *workTime=0, bool baseline=false, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kpttaskprogressdialog.h b/kplato/kpttaskprogressdialog.h index 83c2908e0..1108ae8d4 100644 --- a/kplato/kpttaskprogressdialog.h +++ b/kplato/kpttaskprogressdialog.h @@ -34,7 +34,7 @@ class StandardWorktime; class TaskProgressDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TaskProgressDialog(Task &task, StandardWorktime *workTime, TQWidget *parent=0); diff --git a/kplato/kpttaskprogresspanel.h b/kplato/kpttaskprogresspanel.h index 589d37df2..406faeda2 100644 --- a/kplato/kpttaskprogresspanel.h +++ b/kplato/kpttaskprogresspanel.h @@ -33,7 +33,7 @@ class StandardWorktime; class TaskProgressPanelImpl : public TaskProgressPanelBase { Q_OBJECT - TQ_OBJECT + public: TaskProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0); @@ -51,7 +51,7 @@ public slots: class TaskProgressPanel : public TaskProgressPanelImpl { Q_OBJECT - TQ_OBJECT + public: TaskProgressPanel(Task &task, StandardWorktime *workTime=0, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptview.h b/kplato/kptview.h index b2c853469..aa1f737d1 100644 --- a/kplato/kptview.h +++ b/kplato/kptview.h @@ -57,7 +57,7 @@ class Context; class View : public KoView { Q_OBJECT - TQ_OBJECT + public: View(Part* part, TQWidget* parent=0, const char* name=0); diff --git a/kplato/kptwbsdefinitiondialog.h b/kplato/kptwbsdefinitiondialog.h index 33436f5b1..9582a79fb 100644 --- a/kplato/kptwbsdefinitiondialog.h +++ b/kplato/kptwbsdefinitiondialog.h @@ -33,7 +33,7 @@ class Part; class WBSDefinitionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: WBSDefinitionDialog(WBSDefinition &def, TQWidget *parent=0, const char *name=0); diff --git a/kplato/kptwbsdefinitionpanel.h b/kplato/kptwbsdefinitionpanel.h index b3fa3c60d..8446fdeac 100644 --- a/kplato/kptwbsdefinitionpanel.h +++ b/kplato/kptwbsdefinitionpanel.h @@ -32,7 +32,7 @@ class WBSDefinition; class WBSDefinitionPanel : public WBSDefinitionPanelBase { Q_OBJECT - TQ_OBJECT + public: WBSDefinitionPanel(WBSDefinition &def, TQWidget *parent=0, const char *name=0); |
