diff options
Diffstat (limited to 'kplato')
45 files changed, 62 insertions, 62 deletions
diff --git a/kplato/kptaccountsdialog.h b/kplato/kptaccountsdialog.h index e281f2df..7a48b86a 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 069515cb..73284210 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 d3fea502..3daf9057 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 567f1821..d4ff92a2 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 7f602712..69ed7305 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 b6a22064..04bfde3f 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 032ed72e..f95a15c8 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 dd11a1c7..18d8c985 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 0c72d763..3c46d647 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 bbdb3cf4..18b13639 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 a172dfde..54744ccd 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 b75f98db..b988e833 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 6b610475..785e236e 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 a10a7da6..62f05267 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 353dbff8..8eaec208 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 0550b9f5..c334cf19 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 dadd29b4..46887d1f 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 7a32b578..c80a92cb 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 28f13969..ade9cd2b 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 24dfd060..c98bff9a 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 1eab7bdd..11efc9f1 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 58b31a01..e1513252 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 4937a421..ba195f05 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 e2655b1a..c308cde8 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 6abeb3d0..e0099dbb 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 24e28c08..0c9f5d12 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 c9259ea5..86e7dc65 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 e6b52546..db7049e4 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 673b27e8..19b3f7f6 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 68734427..aea991d2 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 44b2a39e..3e3d5d9e 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 7154af8f..2cf6737b 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 e65f31e8..cb920059 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 90b45cd9..d382a916 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 e5f3740a..a35a5c7b 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 ce3e0cdc..aca847a4 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 005145bc..865e2454 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 5d1acb4b..79d284fd 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 2e6c1586..3a1818f4 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 f92f3258..b301a37c 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 83c2908e..1108ae8d 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 589d37df..406faeda 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 b2c85346..aa1f737d 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 33436f5b..9582a79f 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 b3fa3c60..8446fdea 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); |