diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:32 -0600 |
commit | 0fed1a188b8d8be416550c63e2d5954f06434386 (patch) | |
tree | 19f346183997f815423bd63cb9f2e86baa1f3b14 /buildtools/ada | |
parent | 01b73b195ac252a67a00cfa0fa6a1ce4555f7304 (diff) | |
download | tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.tar.gz tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'buildtools/ada')
-rw-r--r-- | buildtools/ada/adaglobaloptionsdlg.h | 2 | ||||
-rw-r--r-- | buildtools/ada/adaproject_part.h | 2 | ||||
-rw-r--r-- | buildtools/ada/adaproject_widget.h | 2 | ||||
-rw-r--r-- | buildtools/ada/adaprojectoptionsdlg.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/buildtools/ada/adaglobaloptionsdlg.h b/buildtools/ada/adaglobaloptionsdlg.h index 3a1f1eb6..f4247bf6 100644 --- a/buildtools/ada/adaglobaloptionsdlg.h +++ b/buildtools/ada/adaglobaloptionsdlg.h @@ -20,7 +20,7 @@ class AdaProjectPart; class AdaGlobalOptionsDlg : public AdaProjectOptionsDlgBase { Q_OBJECT - TQ_OBJECT + public: AdaGlobalOptionsDlg(AdaProjectPart *part, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/buildtools/ada/adaproject_part.h b/buildtools/ada/adaproject_part.h index 23d2b59a..5511da78 100644 --- a/buildtools/ada/adaproject_part.h +++ b/buildtools/ada/adaproject_part.h @@ -20,7 +20,7 @@ class KDevCompilerOptions; class AdaProjectPart : public KDevBuildTool { Q_OBJECT - TQ_OBJECT + public: AdaProjectPart(TQObject *parent, const char *name, const TQStringList &); ~AdaProjectPart(); diff --git a/buildtools/ada/adaproject_widget.h b/buildtools/ada/adaproject_widget.h index e527cd0d..6bbab369 100644 --- a/buildtools/ada/adaproject_widget.h +++ b/buildtools/ada/adaproject_widget.h @@ -10,7 +10,7 @@ class AdaProjectPart; class AdaProjectWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/buildtools/ada/adaprojectoptionsdlg.h b/buildtools/ada/adaprojectoptionsdlg.h index 418d22be..49f06522 100644 --- a/buildtools/ada/adaprojectoptionsdlg.h +++ b/buildtools/ada/adaprojectoptionsdlg.h @@ -19,7 +19,7 @@ class KDevCompilerOptions; class AdaProjectOptionsDlg : public AdaProjectOptionsDlgBase { Q_OBJECT - TQ_OBJECT + public: AdaProjectOptionsDlg(AdaProjectPart *part, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); |