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 28e2353d..41c19f88 100644
--- a/kig/modes/edittype.h
+++ b/kig/modes/edittype.h
@@ -27,7 +27,7 @@
*/
class EditType : public EditTypeBase
{
- Q_OBJECT
+ TQ_OBJECT
TQString mname;
diff --git a/kig/modes/linkslabel.h b/kig/modes/linkslabel.h
index a45777d5..cb556a70 100644
--- a/kig/modes/linkslabel.h
+++ b/kig/modes/linkslabel.h
@@ -29,7 +29,7 @@
*/
class LinksLabel : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kig/modes/macrowizard.h b/kig/modes/macrowizard.h
index ebd4c519..acb67b5f 100644
--- a/kig/modes/macrowizard.h
+++ b/kig/modes/macrowizard.h
@@ -24,7 +24,7 @@ class DefineMacroMode;
class MacroWizard : public MacroWizardBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
MacroWizard( TQWidget* parent, DefineMacroMode* m );
diff --git a/kig/modes/popup.h b/kig/modes/popup.h
index 16078c15..5ba95428 100644
--- a/kig/modes/popup.h
+++ b/kig/modes/popup.h
@@ -46,7 +46,7 @@ class ObjectHolder;
class NormalModePopupObjects
: public TDEPopupMenu
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -117,7 +117,7 @@ private:
class ObjectChooserPopup
: public TDEPopupMenu
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kig/modes/textlabelwizard.h b/kig/modes/textlabelwizard.h
index 5e22ada2..f586b62f 100644
--- a/kig/modes/textlabelwizard.h
+++ b/kig/modes/textlabelwizard.h
@@ -24,7 +24,7 @@ class TextLabelModeBase;
class TextLabelWizard : public TextLabelWizardBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
TextLabelWizard( TQWidget* parent, TextLabelModeBase* mode );
diff --git a/kig/modes/typesdialog.h b/kig/modes/typesdialog.h
index 636999c5..6afb40f1 100644
--- a/kig/modes/typesdialog.h
+++ b/kig/modes/typesdialog.h
@@ -38,7 +38,7 @@ class KigDocument;
*/
class TypesDialog : public TypesDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
// necessary because some MacroList functions need it..