From 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:00 -0600 Subject: Remove spurious TQ_OBJECT instances --- kig/modes/edittype.h | 2 +- kig/modes/linkslabel.h | 2 +- kig/modes/macrowizard.h | 2 +- kig/modes/popup.h | 4 ++-- kig/modes/textlabelwizard.h | 2 +- kig/modes/typesdialog.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kig/modes') diff --git a/kig/modes/edittype.h b/kig/modes/edittype.h index aeb874ad..28e2353d 100644 --- a/kig/modes/edittype.h +++ b/kig/modes/edittype.h @@ -28,7 +28,7 @@ class EditType : public EditTypeBase { Q_OBJECT - TQ_OBJECT + TQString mname; TQString mdesc; diff --git a/kig/modes/linkslabel.h b/kig/modes/linkslabel.h index e2349361..a45777d5 100644 --- a/kig/modes/linkslabel.h +++ b/kig/modes/linkslabel.h @@ -30,7 +30,7 @@ class LinksLabel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: LinksLabel( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kig/modes/macrowizard.h b/kig/modes/macrowizard.h index 2680f5ce..ebd4c519 100644 --- a/kig/modes/macrowizard.h +++ b/kig/modes/macrowizard.h @@ -25,7 +25,7 @@ class DefineMacroMode; class MacroWizard : public MacroWizardBase { Q_OBJECT - TQ_OBJECT + public: MacroWizard( TQWidget* parent, DefineMacroMode* m ); ~MacroWizard(); diff --git a/kig/modes/popup.h b/kig/modes/popup.h index 4db6838f..3485bbea 100644 --- a/kig/modes/popup.h +++ b/kig/modes/popup.h @@ -47,7 +47,7 @@ class NormalModePopupObjects : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: NormalModePopupObjects( KigPart& part, KigWidget& view, @@ -118,7 +118,7 @@ class ObjectChooserPopup : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kig/modes/textlabelwizard.h b/kig/modes/textlabelwizard.h index 5aec81a4..5e22ada2 100644 --- a/kig/modes/textlabelwizard.h +++ b/kig/modes/textlabelwizard.h @@ -25,7 +25,7 @@ class TextLabelModeBase; class TextLabelWizard : public TextLabelWizardBase { Q_OBJECT - TQ_OBJECT + public: TextLabelWizard( TQWidget* parent, TextLabelModeBase* mode ); ~TextLabelWizard(); diff --git a/kig/modes/typesdialog.h b/kig/modes/typesdialog.h index 03eed111..c0333ecb 100644 --- a/kig/modes/typesdialog.h +++ b/kig/modes/typesdialog.h @@ -39,7 +39,7 @@ class KigDocument; class TypesDialog : public TypesDialogBase { Q_OBJECT - TQ_OBJECT + // necessary because some MacroList functions need it.. KigPart& mpart; -- cgit v1.2.1