summaryrefslogtreecommitdiffstats
path: root/kplato/kptprojectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptprojectdialog.h')
-rw-r--r--kplato/kptprojectdialog.h4
1 files changed, 2 insertions, 2 deletions
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);