From e8f365173e37780bc769530f21a4c23818cd6379 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- kcoloredit/colorselector.h | 2 +- kcoloredit/gradientselection.h | 2 +- kcoloredit/imageselection.h | 2 +- kcoloredit/kcoloredit.h | 2 +- kcoloredit/kcoloreditdoc.h | 2 +- kcoloredit/kcoloreditview.h | 2 +- kcoloredit/kxycolorselector.h | 2 +- kcoloredit/kzcolorselector.h | 2 +- kcoloredit/loadpalettedlg.h | 2 +- kcoloredit/paletteview.h | 2 +- kcoloredit/paletteviewscrolledarea.h | 2 +- kcoloredit/texteditselection.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'kcoloredit') diff --git a/kcoloredit/colorselector.h b/kcoloredit/colorselector.h index 4a02c1e0..138ba8c3 100644 --- a/kcoloredit/colorselector.h +++ b/kcoloredit/colorselector.h @@ -31,7 +31,7 @@ */ class ColorSelector : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** constructs a color selector widget */ diff --git a/kcoloredit/gradientselection.h b/kcoloredit/gradientselection.h index 526e5696..cd47355b 100644 --- a/kcoloredit/gradientselection.h +++ b/kcoloredit/gradientselection.h @@ -32,7 +32,7 @@ */ class GradientSelection : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** Constructs the widget */ diff --git a/kcoloredit/imageselection.h b/kcoloredit/imageselection.h index 769382d2..79a3c3fd 100644 --- a/kcoloredit/imageselection.h +++ b/kcoloredit/imageselection.h @@ -27,7 +27,7 @@ */ class ImageSelection : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** constructs the widget */ diff --git a/kcoloredit/kcoloredit.h b/kcoloredit/kcoloredit.h index 675cddb0..e0ce9140 100644 --- a/kcoloredit/kcoloredit.h +++ b/kcoloredit/kcoloredit.h @@ -54,7 +54,7 @@ class KColorEditView; class KColorEditApp : public KMainWindow { Q_OBJECT - TQ_OBJECT + friend class KColorEditView; diff --git a/kcoloredit/kcoloreditdoc.h b/kcoloredit/kcoloreditdoc.h index afbb65c0..5f83439c 100644 --- a/kcoloredit/kcoloreditdoc.h +++ b/kcoloredit/kcoloreditdoc.h @@ -47,7 +47,7 @@ class KColorEditView; class KColorEditDoc : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** Constructor for the fileclass of the application */ diff --git a/kcoloredit/kcoloreditview.h b/kcoloredit/kcoloreditview.h index 74b16d43..18709764 100644 --- a/kcoloredit/kcoloreditview.h +++ b/kcoloredit/kcoloreditview.h @@ -43,7 +43,7 @@ class KColorEditDoc; */ class KColorEditView : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: /** Constructor for the main view */ diff --git a/kcoloredit/kxycolorselector.h b/kcoloredit/kxycolorselector.h index ab6cf926..0016dac7 100644 --- a/kcoloredit/kxycolorselector.h +++ b/kcoloredit/kxycolorselector.h @@ -28,7 +28,7 @@ */ class KXYColorSelector : public KXYSelector { Q_OBJECT - TQ_OBJECT + public: /** The types of the selector. They specify a color component subset */ diff --git a/kcoloredit/kzcolorselector.h b/kcoloredit/kzcolorselector.h index 6996817d..13d627c1 100644 --- a/kcoloredit/kzcolorselector.h +++ b/kcoloredit/kzcolorselector.h @@ -29,7 +29,7 @@ */ class KZColorSelector : public KSelector { Q_OBJECT - TQ_OBJECT + public: /** Selector type constants */ diff --git a/kcoloredit/loadpalettedlg.h b/kcoloredit/loadpalettedlg.h index 3a2383e7..acb8712c 100644 --- a/kcoloredit/loadpalettedlg.h +++ b/kcoloredit/loadpalettedlg.h @@ -27,7 +27,7 @@ */ class LoadPaletteDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** constructs the dialog diff --git a/kcoloredit/paletteview.h b/kcoloredit/paletteview.h index d5ddcb0d..2b0f4a5e 100644 --- a/kcoloredit/paletteview.h +++ b/kcoloredit/paletteview.h @@ -31,7 +31,7 @@ class KColorEditView; */ class PaletteView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** Constructs a palette view widget, with a default cells sizes and spacing. diff --git a/kcoloredit/paletteviewscrolledarea.h b/kcoloredit/paletteviewscrolledarea.h index 3202c317..abf09fe5 100644 --- a/kcoloredit/paletteviewscrolledarea.h +++ b/kcoloredit/paletteviewscrolledarea.h @@ -33,7 +33,7 @@ class TQScrollBar; */ class PaletteViewScrolledArea : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** Constructs the widget */ diff --git a/kcoloredit/texteditselection.h b/kcoloredit/texteditselection.h index 55e41e41..278463a2 100644 --- a/kcoloredit/texteditselection.h +++ b/kcoloredit/texteditselection.h @@ -30,7 +30,7 @@ */ class TextEditSelection : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** Constructs the widget */ -- cgit v1.2.3