summaryrefslogtreecommitdiffstats
path: root/kplato
diff options
context:
space:
mode:
Diffstat (limited to 'kplato')
-rw-r--r--kplato/kptaccountsdialog.h2
-rw-r--r--kplato/kptaccountspanel.h2
-rw-r--r--kplato/kptaccountsview.h2
-rw-r--r--kplato/kptaccountsviewconfigdialog.h4
-rw-r--r--kplato/kptcalendaredit.h2
-rw-r--r--kplato/kptcalendareditbase.h2
-rw-r--r--kplato/kptcalendarlistdialog.h4
-rw-r--r--kplato/kptcalendarlistdialogbase.h2
-rw-r--r--kplato/kptcalendarpanel.h2
-rw-r--r--kplato/kptconfigbehaviorpanel.h2
-rw-r--r--kplato/kptconfigdialog.h2
-rw-r--r--kplato/kptdatetable.h10
-rw-r--r--kplato/kptdoublelistviewbase.h2
-rw-r--r--kplato/kptfactory.h2
-rw-r--r--kplato/kptganttview.h2
-rw-r--r--kplato/kptintervaledit.h4
-rw-r--r--kplato/kptmainprojectdialog.h2
-rw-r--r--kplato/kptmainprojectpanel.h4
-rw-r--r--kplato/kptmilestoneprogressdialog.h2
-rw-r--r--kplato/kptmilestoneprogresspanel.h4
-rw-r--r--kplato/kptpart.h2
-rw-r--r--kplato/kptpertcanvas.h2
-rw-r--r--kplato/kptpertview.h2
-rw-r--r--kplato/kptprojectdialog.h4
-rw-r--r--kplato/kptrelationdialog.h4
-rw-r--r--kplato/kptreportview.h2
-rw-r--r--kplato/kptrequestresourcespanel.h2
-rw-r--r--kplato/kptresourceappointmentsview.h2
-rw-r--r--kplato/kptresourcedialog.h4
-rw-r--r--kplato/kptresourcesdialog.h2
-rw-r--r--kplato/kptresourcespanel.h2
-rw-r--r--kplato/kptresourceview.h2
-rw-r--r--kplato/kptstandardworktimedialog.h4
-rw-r--r--kplato/kptsummarytaskdialog.h2
-rw-r--r--kplato/kptsummarytaskgeneralpanel.h2
-rw-r--r--kplato/kpttaskappointmentsview.h2
-rw-r--r--kplato/kpttaskcostpanel.h4
-rw-r--r--kplato/kpttaskdefaultpanel.h4
-rw-r--r--kplato/kpttaskdialog.h2
-rw-r--r--kplato/kpttaskgeneralpanel.h4
-rw-r--r--kplato/kpttaskprogressdialog.h2
-rw-r--r--kplato/kpttaskprogresspanel.h4
-rw-r--r--kplato/kptview.h2
-rw-r--r--kplato/kptwbsdefinitiondialog.h2
-rw-r--r--kplato/kptwbsdefinitionpanel.h2
45 files changed, 62 insertions, 62 deletions
diff --git a/kplato/kptaccountsdialog.h b/kplato/kptaccountsdialog.h
index 7a48b86a..624ad63a 100644
--- a/kplato/kptaccountsdialog.h
+++ b/kplato/kptaccountsdialog.h
@@ -34,7 +34,7 @@ class AccountsPanel;
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 73284210..966cfb77 100644
--- a/kplato/kptaccountspanel.h
+++ b/kplato/kptaccountspanel.h
@@ -42,7 +42,7 @@ class Part;
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 2d2bf6b4..8eabab26 100644
--- a/kplato/kptaccountsview.h
+++ b/kplato/kptaccountsview.h
@@ -57,7 +57,7 @@ class ResourceItemPrivate;
class AccountsView : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptaccountsviewconfigdialog.h b/kplato/kptaccountsviewconfigdialog.h
index d4ff92a2..854f3685 100644
--- a/kplato/kptaccountsviewconfigdialog.h
+++ b/kplato/kptaccountsviewconfigdialog.h
@@ -34,7 +34,7 @@ namespace KPlato
class AccountsviewConfigPanel;
class AccountsviewConfigDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
AccountsviewConfigDialog(const TQDate &date, int period, const TQStringList &periodTexts, bool cumulative, TQWidget *parent);
@@ -49,7 +49,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 69ed7305..2d62502f 100644
--- a/kplato/kptcalendaredit.h
+++ b/kplato/kptcalendaredit.h
@@ -32,7 +32,7 @@ namespace KPlato
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 04bfde3f..1ada0db0 100644
--- a/kplato/kptcalendareditbase.h
+++ b/kplato/kptcalendareditbase.h
@@ -42,7 +42,7 @@ class CalendarPanel;
class CalendarEditBase : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptcalendarlistdialog.h b/kplato/kptcalendarlistdialog.h
index f95a15c8..8f0fbd36 100644
--- a/kplato/kptcalendarlistdialog.h
+++ b/kplato/kptcalendarlistdialog.h
@@ -38,7 +38,7 @@ class Project;
class Part;
class CalendarListDialogImpl : public CalendarListDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
CalendarListDialogImpl(Project &project, TQWidget *parent);
@@ -89,7 +89,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 18d8c985..233b0c9f 100644
--- a/kplato/kptcalendarlistdialogbase.h
+++ b/kplato/kptcalendarlistdialogbase.h
@@ -43,7 +43,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 3c46d647..ca6dbdd4 100644
--- a/kplato/kptcalendarpanel.h
+++ b/kplato/kptcalendarpanel.h
@@ -45,7 +45,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 18b13639..a3c5ecad 100644
--- a/kplato/kptconfigbehaviorpanel.h
+++ b/kplato/kptconfigbehaviorpanel.h
@@ -32,7 +32,7 @@ class ConfigBehaviourPanelBase;
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 54744ccd..97c2fe62 100644
--- a/kplato/kptconfigdialog.h
+++ b/kplato/kptconfigdialog.h
@@ -33,7 +33,7 @@ class TaskDefaultPanel;
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 25b78f52..99b76ab2 100644
--- a/kplato/kptdatetable.h
+++ b/kplato/kptdatetable.h
@@ -46,7 +46,7 @@ namespace KPlato
*/
class DateInternalWeekSelector : public TQLineEdit
{
- Q_OBJECT
+ TQ_OBJECT
protected:
TQIntValidator *val;
@@ -75,7 +75,7 @@ private:
*/
class DateInternalMonthPicker : public TQGridView
{
- Q_OBJECT
+ TQ_OBJECT
protected:
/**
@@ -149,7 +149,7 @@ private:
*/
class DateInternalYearSelector : public TQLineEdit
{
- Q_OBJECT
+ TQ_OBJECT
protected:
TQIntValidator *val;
@@ -177,7 +177,7 @@ private:
*/
class PopupFrame : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
protected:
/**
@@ -254,7 +254,7 @@ public:
class DateTable : public TQGridView
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kplato/kptdoublelistviewbase.h b/kplato/kptdoublelistviewbase.h
index 63d72814..f3fe3cae 100644
--- a/kplato/kptdoublelistviewbase.h
+++ b/kplato/kptdoublelistviewbase.h
@@ -58,7 +58,7 @@ public:
*/
class DoubleListViewBase : public TQSplitter
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptfactory.h b/kplato/kptfactory.h
index 61f271c1..0ecf90c5 100644
--- a/kplato/kptfactory.h
+++ b/kplato/kptfactory.h
@@ -29,7 +29,7 @@ namespace KPlato
class Factory : public KoFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
Factory( TQObject* parent = 0, const char* name = 0 );
diff --git a/kplato/kptganttview.h b/kplato/kptganttview.h
index 8eaec208..dc34fe86 100644
--- a/kplato/kptganttview.h
+++ b/kplato/kptganttview.h
@@ -54,7 +54,7 @@ class Relation;
class GanttView : public TQSplitter
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptintervaledit.h b/kplato/kptintervaledit.h
index c334cf19..0489dade 100644
--- a/kplato/kptintervaledit.h
+++ b/kplato/kptintervaledit.h
@@ -33,7 +33,7 @@ namespace KPlato
{
class IntervalEditImpl : public IntervalEditBase {
- Q_OBJECT
+ TQ_OBJECT
public:
IntervalEditImpl(TQWidget *parent);
@@ -51,7 +51,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 46887d1f..b42d591a 100644
--- a/kplato/kptmainprojectdialog.h
+++ b/kplato/kptmainprojectdialog.h
@@ -33,7 +33,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 c80a92cb..9ec63492 100644
--- a/kplato/kptmainprojectpanel.h
+++ b/kplato/kptmainprojectpanel.h
@@ -35,7 +35,7 @@ class Project;
class Part;
class MainProjectPanelImpl : public MainProjectPanelBase {
- Q_OBJECT
+ TQ_OBJECT
public:
MainProjectPanelImpl(TQWidget *parent=0, const char *name=0);
@@ -58,7 +58,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 ade9cd2b..e31043a5 100644
--- a/kplato/kptmilestoneprogressdialog.h
+++ b/kplato/kptmilestoneprogressdialog.h
@@ -32,7 +32,7 @@ class Task;
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 c98bff9a..ed60af74 100644
--- a/kplato/kptmilestoneprogresspanel.h
+++ b/kplato/kptmilestoneprogresspanel.h
@@ -32,7 +32,7 @@ class Part;
class StandardWorktime;
class MilestoneProgressPanelImpl : public MilestoneProgressPanelBase {
- Q_OBJECT
+ TQ_OBJECT
public:
MilestoneProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0);
@@ -48,7 +48,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 11efc9f1..63b58bde 100644
--- a/kplato/kptpart.h
+++ b/kplato/kptpart.h
@@ -45,7 +45,7 @@ class Context;
class GanttView;
class Part : public KoDocument, public KoTextZoomHandler {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptpertcanvas.h b/kplato/kptpertcanvas.h
index e1513252..e56104aa 100644
--- a/kplato/kptpertcanvas.h
+++ b/kplato/kptpertcanvas.h
@@ -39,7 +39,7 @@ class PertNodeItem;
class PertCanvas : public TQCanvasView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptpertview.h b/kplato/kptpertview.h
index ba195f05..411aa6f8 100644
--- a/kplato/kptpertview.h
+++ b/kplato/kptpertview.h
@@ -39,7 +39,7 @@ class Relation;
class PertView : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptprojectdialog.h b/kplato/kptprojectdialog.h
index c308cde8..6769e053 100644
--- a/kplato/kptprojectdialog.h
+++ b/kplato/kptprojectdialog.h
@@ -36,7 +36,7 @@ class ProjectDialogImpl;
class ResourcesPanel;
class ProjectDialogImpl : public ProjectDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
ProjectDialogImpl (TQWidget *parent);
@@ -52,7 +52,7 @@ signals:
};
class ProjectDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
ProjectDialog(Project &project, TQWidget *parent=0,
diff --git a/kplato/kptrelationdialog.h b/kplato/kptrelationdialog.h
index e0099dbb..8c88fbc5 100644
--- a/kplato/kptrelationdialog.h
+++ b/kplato/kptrelationdialog.h
@@ -39,7 +39,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);
@@ -61,7 +61,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 08f54fb8..4db45f59 100644
--- a/kplato/kptreportview.h
+++ b/kplato/kptreportview.h
@@ -54,7 +54,7 @@ class ReportTagsPrivate;
class ReportView : public TQSplitter
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptrequestresourcespanel.h b/kplato/kptrequestresourcespanel.h
index 973c8242..36541efe 100644
--- a/kplato/kptrequestresourcespanel.h
+++ b/kplato/kptrequestresourcespanel.h
@@ -91,7 +91,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 cdffa912..c8b0c705 100644
--- a/kplato/kptresourceappointmentsview.h
+++ b/kplato/kptresourceappointmentsview.h
@@ -50,7 +50,7 @@ class Resource;
class ResourceAppointmentsView : public DoubleListViewBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptresourcedialog.h b/kplato/kptresourcedialog.h
index 19b3f7f6..ec381b9f 100644
--- a/kplato/kptresourcedialog.h
+++ b/kplato/kptresourcedialog.h
@@ -42,7 +42,7 @@ class Resource;
class Calendar;
class ResourceDialogImpl : public ResourceDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
ResourceDialogImpl (TQWidget *parent);
@@ -62,7 +62,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 aea991d2..fee5760e 100644
--- a/kplato/kptresourcesdialog.h
+++ b/kplato/kptresourcesdialog.h
@@ -33,7 +33,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 3e3d5d9e..b89c726f 100644
--- a/kplato/kptresourcespanel.h
+++ b/kplato/kptresourcespanel.h
@@ -39,7 +39,7 @@ class ResourcesPanelGroupLVItem;
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 2cf6737b..16701c2b 100644
--- a/kplato/kptresourceview.h
+++ b/kplato/kptresourceview.h
@@ -48,7 +48,7 @@ class ResourceItemPrivate;
class ResourceView : public TQSplitter
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptstandardworktimedialog.h b/kplato/kptstandardworktimedialog.h
index cb920059..a8ee6a86 100644
--- a/kplato/kptstandardworktimedialog.h
+++ b/kplato/kptstandardworktimedialog.h
@@ -37,7 +37,7 @@ class Part;
class IntervalEditImpl;
class StandardWorktimeDialogImpl : public StandardWorktimeDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
StandardWorktimeDialogImpl ( StandardWorktime *std, TQWidget *parent);
@@ -75,7 +75,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 d382a916..8c7ebb94 100644
--- a/kplato/kptsummarytaskdialog.h
+++ b/kplato/kptsummarytaskdialog.h
@@ -49,7 +49,7 @@ class Task;
* The dialog that shows and allows you to alter summary tasks.
*/
class SummaryTaskDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kplato/kptsummarytaskgeneralpanel.h b/kplato/kptsummarytaskgeneralpanel.h
index a35a5c7b..aea89ba1 100644
--- a/kplato/kptsummarytaskgeneralpanel.h
+++ b/kplato/kptsummarytaskgeneralpanel.h
@@ -32,7 +32,7 @@ class Part;
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 7f6e7b4b..e913b439 100644
--- a/kplato/kpttaskappointmentsview.h
+++ b/kplato/kpttaskappointmentsview.h
@@ -49,7 +49,7 @@ class ResourceItemPrivate;
class TaskAppointmentsView : public DoubleListViewBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kpttaskcostpanel.h b/kplato/kpttaskcostpanel.h
index 865e2454..990ff44f 100644
--- a/kplato/kpttaskcostpanel.h
+++ b/kplato/kpttaskcostpanel.h
@@ -34,7 +34,7 @@ class Part;
class Task;
class TaskCostPanelImpl : public TaskCostPanelBase {
- Q_OBJECT
+ TQ_OBJECT
public:
TaskCostPanelImpl(TQWidget *parent=0, const char *name=0);
@@ -47,7 +47,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 79d284fd..6024e4f0 100644
--- a/kplato/kpttaskdefaultpanel.h
+++ b/kplato/kpttaskdefaultpanel.h
@@ -34,7 +34,7 @@ class StandardWorktime;
class ConfigTaskPanelImpl : public ConfigTaskPanelBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigTaskPanelImpl(TQWidget *parent, const char *name);
@@ -87,7 +87,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 3a1818f4..181351f5 100644
--- a/kplato/kpttaskdialog.h
+++ b/kplato/kpttaskdialog.h
@@ -55,7 +55,7 @@ class StandardWorktime;
* The dialog that shows and allows you to alter any task.
*/
class TaskDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kplato/kpttaskgeneralpanel.h b/kplato/kpttaskgeneralpanel.h
index b301a37c..d442d71c 100644
--- a/kplato/kpttaskgeneralpanel.h
+++ b/kplato/kpttaskgeneralpanel.h
@@ -36,7 +36,7 @@ class StandardWorktime;
class TaskGeneralPanelImpl : public TaskGeneralPanelBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
TaskGeneralPanelImpl(TQWidget *parent, const char *name);
@@ -90,7 +90,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 1108ae8d..c00cbd55 100644
--- a/kplato/kpttaskprogressdialog.h
+++ b/kplato/kpttaskprogressdialog.h
@@ -33,7 +33,7 @@ class Part;
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 406faeda..1d743ea2 100644
--- a/kplato/kpttaskprogresspanel.h
+++ b/kplato/kpttaskprogresspanel.h
@@ -32,7 +32,7 @@ class Part;
class StandardWorktime;
class TaskProgressPanelImpl : public TaskProgressPanelBase {
- Q_OBJECT
+ TQ_OBJECT
public:
TaskProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0);
@@ -50,7 +50,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 eecbeabd..f2726c70 100644
--- a/kplato/kptview.h
+++ b/kplato/kptview.h
@@ -56,7 +56,7 @@ class Relation;
class Context;
class View : public KoView {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kplato/kptwbsdefinitiondialog.h b/kplato/kptwbsdefinitiondialog.h
index 9582a79f..90d72897 100644
--- a/kplato/kptwbsdefinitiondialog.h
+++ b/kplato/kptwbsdefinitiondialog.h
@@ -32,7 +32,7 @@ class WBSDefinition;
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 8446fdea..1b7ce35e 100644
--- a/kplato/kptwbsdefinitionpanel.h
+++ b/kplato/kptwbsdefinitionpanel.h
@@ -31,7 +31,7 @@ class Part;
class WBSDefinition;
class WBSDefinitionPanel : public WBSDefinitionPanelBase {
- Q_OBJECT
+ TQ_OBJECT
public:
WBSDefinitionPanel(WBSDefinition &def, TQWidget *parent=0, const char *name=0);