summaryrefslogtreecommitdiffstats
path: root/languages/cpp/createpcsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/createpcsdialog.h')
-rw-r--r--languages/cpp/createpcsdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/cpp/createpcsdialog.h b/languages/cpp/createpcsdialog.h
index 87c4818d..e9371434 100644
--- a/languages/cpp/createpcsdialog.h
+++ b/languages/cpp/createpcsdialog.h
@@ -19,9 +19,10 @@ class CppSupportPart;
class CreatePCSDialog : public CreatePCSDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- CreatePCSDialog( CppSupportPart* part, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ CreatePCSDialog( CppSupportPart* part, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~CreatePCSDialog();
/*$PUBLIC_FUNCTIONS$*/