diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:08:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:08:14 -0600 |
commit | 6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch) | |
tree | 222adc3ae4db93c92937de3d09195aca96ae99ce /ksirc/puke | |
parent | a484f7e6af77fe25155e9be30a4166c6f479e46d (diff) | |
download | tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'ksirc/puke')
-rw-r--r-- | ksirc/puke/controller.h | 2 | ||||
-rw-r--r-- | ksirc/puke/palistbox.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pbutton.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pframe.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pkfiledialog.h | 2 | ||||
-rw-r--r-- | ksirc/puke/plabel.h | 2 | ||||
-rw-r--r-- | ksirc/puke/playout.h | 2 | ||||
-rw-r--r-- | ksirc/puke/plined.h | 2 | ||||
-rw-r--r-- | ksirc/puke/plistbox.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pmenudta.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pobject.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pobjfinder.h | 2 | ||||
-rw-r--r-- | ksirc/puke/ppopmenu.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pprogress.h | 2 | ||||
-rw-r--r-- | ksirc/puke/ppushbt.h | 2 | ||||
-rw-r--r-- | ksirc/puke/ptabdialog.h | 2 | ||||
-rw-r--r-- | ksirc/puke/ptablevw.h | 2 | ||||
-rw-r--r-- | ksirc/puke/pwidget.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/ksirc/puke/controller.h b/ksirc/puke/controller.h index c2a086f7..2b0fdd6d 100644 --- a/ksirc/puke/controller.h +++ b/ksirc/puke/controller.h @@ -80,7 +80,7 @@ private: class PukeController : public PObject { Q_OBJECT - TQ_OBJECT + public: PukeController(TQString socket = "", TQObject *parent=0, const char *name=0); virtual ~PukeController(); diff --git a/ksirc/puke/palistbox.h b/ksirc/puke/palistbox.h index d7731685..63d4fa1a 100644 --- a/ksirc/puke/palistbox.h +++ b/ksirc/puke/palistbox.h @@ -11,7 +11,7 @@ class PAListBox; class PAListBox : public PListBox { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/pbutton.h b/ksirc/puke/pbutton.h index 20546c8b..15fc1d74 100644 --- a/ksirc/puke/pbutton.h +++ b/ksirc/puke/pbutton.h @@ -13,7 +13,7 @@ class PButton; class PButton : public PWidget { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/pframe.h b/ksirc/puke/pframe.h index 65a2ec29..b6dc3f65 100644 --- a/ksirc/puke/pframe.h +++ b/ksirc/puke/pframe.h @@ -10,7 +10,7 @@ class PFrame; class PFrame : public PWidget { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/pkfiledialog.h b/ksirc/puke/pkfiledialog.h index 274f1997..403f8493 100644 --- a/ksirc/puke/pkfiledialog.h +++ b/ksirc/puke/pkfiledialog.h @@ -11,7 +11,7 @@ class PKFileDialog; class PKFileDialog : public PWidget { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/plabel.h b/ksirc/puke/plabel.h index 57a50b68..a848a3ad 100644 --- a/ksirc/puke/plabel.h +++ b/ksirc/puke/plabel.h @@ -11,7 +11,7 @@ class PLabel; class PLabel : public PFrame { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/playout.h b/ksirc/puke/playout.h index 1cc4290f..b0c7f16d 100644 --- a/ksirc/puke/playout.h +++ b/ksirc/puke/playout.h @@ -11,7 +11,7 @@ class PLayout; class PLayout : public PObject { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/plined.h b/ksirc/puke/plined.h index ed86640d..c27477c9 100644 --- a/ksirc/puke/plined.h +++ b/ksirc/puke/plined.h @@ -11,7 +11,7 @@ class PLineEdit; class PLineEdit : public PWidget { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/plistbox.h b/ksirc/puke/plistbox.h index e130fdd3..a2de357d 100644 --- a/ksirc/puke/plistbox.h +++ b/ksirc/puke/plistbox.h @@ -11,7 +11,7 @@ class PListBox; class PListBox : public PFrame { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/pmenudta.h b/ksirc/puke/pmenudta.h index 3e2a4b52..805ed65a 100644 --- a/ksirc/puke/pmenudta.h +++ b/ksirc/puke/pmenudta.h @@ -35,7 +35,7 @@ public: class PMenuData : public PObject { Q_OBJECT - TQ_OBJECT + public: PMenuData (PObject *_child); virtual ~PMenuData (); diff --git a/ksirc/puke/pobject.h b/ksirc/puke/pobject.h index 757a33d4..f3139ba9 100644 --- a/ksirc/puke/pobject.h +++ b/ksirc/puke/pobject.h @@ -32,7 +32,7 @@ public: class PObject : public TQObject { Q_OBJECT - TQ_OBJECT + public: PObject(TQObject *parent = 0, const char *name = 0); virtual ~PObject(); diff --git a/ksirc/puke/pobjfinder.h b/ksirc/puke/pobjfinder.h index e2bfd76e..36c89d44 100644 --- a/ksirc/puke/pobjfinder.h +++ b/ksirc/puke/pobjfinder.h @@ -10,7 +10,7 @@ class PObjFinder : public PObject { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/ppopmenu.h b/ksirc/puke/ppopmenu.h index 7f3e420c..58a9bef1 100644 --- a/ksirc/puke/ppopmenu.h +++ b/ksirc/puke/ppopmenu.h @@ -13,7 +13,7 @@ class PPopupMenu; class PPopupMenu : public PFrame { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/pprogress.h b/ksirc/puke/pprogress.h index 509c184d..0e9c19bd 100644 --- a/ksirc/puke/pprogress.h +++ b/ksirc/puke/pprogress.h @@ -11,7 +11,7 @@ class PProgress; class PProgress : public PWidget { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/ppushbt.h b/ksirc/puke/ppushbt.h index dc9e0a40..8a1cc5db 100644 --- a/ksirc/puke/ppushbt.h +++ b/ksirc/puke/ppushbt.h @@ -12,7 +12,7 @@ class PPushButton; class PPushButton : public PButton { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/ptabdialog.h b/ksirc/puke/ptabdialog.h index a603d684..6e780afd 100644 --- a/ksirc/puke/ptabdialog.h +++ b/ksirc/puke/ptabdialog.h @@ -10,7 +10,7 @@ class PTabDialog; class PTabDialog : public PWidget { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/ptablevw.h b/ksirc/puke/ptablevw.h index 89469407..b53e7dc2 100644 --- a/ksirc/puke/ptablevw.h +++ b/ksirc/puke/ptablevw.h @@ -13,7 +13,7 @@ class PTableView; class PTableView : public PFrame { Q_OBJECT - TQ_OBJECT + public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/pwidget.h b/ksirc/puke/pwidget.h index bc8fb4e9..b2fad678 100644 --- a/ksirc/puke/pwidget.h +++ b/ksirc/puke/pwidget.h @@ -11,7 +11,7 @@ class PWidget; class PWidget : public PObject { Q_OBJECT - TQ_OBJECT + public: PWidget(PObject *parent = 0); virtual ~PWidget(); |