summaryrefslogtreecommitdiffstats
path: root/kplato/kptresourcedialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
commitcb59219281a9666896ee96b02a487bbc0206082d (patch)
tree75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /kplato/kptresourcedialog.h
parenta34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff)
downloadkoffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz
koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kplato/kptresourcedialog.h')
-rw-r--r--kplato/kptresourcedialog.h4
1 files changed, 2 insertions, 2 deletions
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);