summaryrefslogtreecommitdiffstats
path: root/kplato/kptprojectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptprojectdialog.h')
-rw-r--r--kplato/kptprojectdialog.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/kplato/kptprojectdialog.h b/kplato/kptprojectdialog.h
index 4e14a529..0f9cc95e 100644
--- a/kplato/kptprojectdialog.h
+++ b/kplato/kptprojectdialog.h
@@ -26,7 +26,7 @@
#include <kdialogbase.h>
-#include <qstring.h>
+#include <tqstring.h>
namespace KPlato
{
@@ -37,8 +37,9 @@ class ResourcesPanel;
class ProjectDialogImpl : public ProjectDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- ProjectDialogImpl (QWidget *parent);
+ ProjectDialogImpl (TQWidget *tqparent);
private slots:
void slotCheckAllFieldsFilled();
@@ -52,8 +53,9 @@ signals:
class ProjectDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- ProjectDialog(Project &project, QWidget *parent=0,
+ ProjectDialog(Project &project, TQWidget *tqparent=0,
const char *name=0);