summaryrefslogtreecommitdiffstats
path: root/kig/modes
diff options
context:
space:
mode:
Diffstat (limited to 'kig/modes')
-rw-r--r--kig/modes/edittype.h2
-rw-r--r--kig/modes/linkslabel.h2
-rw-r--r--kig/modes/macrowizard.h2
-rw-r--r--kig/modes/popup.h4
-rw-r--r--kig/modes/textlabelwizard.h2
-rw-r--r--kig/modes/typesdialog.h2
6 files changed, 7 insertions, 7 deletions
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;