summaryrefslogtreecommitdiffstats
path: root/languages/cpp/addattributedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/addattributedialog.h')
-rw-r--r--languages/cpp/addattributedialog.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/languages/cpp/addattributedialog.h b/languages/cpp/addattributedialog.h
index e3070291..81782fd7 100644
--- a/languages/cpp/addattributedialog.h
+++ b/languages/cpp/addattributedialog.h
@@ -28,11 +28,11 @@ class CppSupportPart;
class AddAttributeDialog : public AddAttributeDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
AddAttributeDialog( CppSupportPart* cppSupport, ClassDom klass,
- TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
~AddAttributeDialog();
virtual void addAttribute();
@@ -56,6 +56,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
-