diff options
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/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/ptdefiledialog.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 2b0fdd6d..d1d71675 100644 --- a/ksirc/puke/controller.h +++ b/ksirc/puke/controller.h @@ -79,7 +79,7 @@ private: class PukeController : public PObject { - Q_OBJECT + TQ_OBJECT public: PukeController(TQString socket = "", TQObject *parent=0, const char *name=0); diff --git a/ksirc/puke/palistbox.h b/ksirc/puke/palistbox.h index 63d4fa1a..46651e19 100644 --- a/ksirc/puke/palistbox.h +++ b/ksirc/puke/palistbox.h @@ -10,7 +10,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 15fc1d74..1b576c90 100644 --- a/ksirc/puke/pbutton.h +++ b/ksirc/puke/pbutton.h @@ -12,7 +12,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 b6dc3f65..ffcbc386 100644 --- a/ksirc/puke/pframe.h +++ b/ksirc/puke/pframe.h @@ -9,7 +9,7 @@ class PFrame; class PFrame : 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 a848a3ad..6bdefd95 100644 --- a/ksirc/puke/plabel.h +++ b/ksirc/puke/plabel.h @@ -10,7 +10,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 b0c7f16d..04359395 100644 --- a/ksirc/puke/playout.h +++ b/ksirc/puke/playout.h @@ -10,7 +10,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 c27477c9..61badd49 100644 --- a/ksirc/puke/plined.h +++ b/ksirc/puke/plined.h @@ -10,7 +10,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 a2de357d..6c2f89fa 100644 --- a/ksirc/puke/plistbox.h +++ b/ksirc/puke/plistbox.h @@ -10,7 +10,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 805ed65a..4cbcb70a 100644 --- a/ksirc/puke/pmenudta.h +++ b/ksirc/puke/pmenudta.h @@ -34,7 +34,7 @@ public: class PMenuData : public PObject { - Q_OBJECT + TQ_OBJECT public: PMenuData (PObject *_child); diff --git a/ksirc/puke/pobject.h b/ksirc/puke/pobject.h index f3139ba9..12f07738 100644 --- a/ksirc/puke/pobject.h +++ b/ksirc/puke/pobject.h @@ -31,7 +31,7 @@ public: class PObject : public TQObject { - Q_OBJECT + TQ_OBJECT public: PObject(TQObject *parent = 0, const char *name = 0); diff --git a/ksirc/puke/pobjfinder.h b/ksirc/puke/pobjfinder.h index 36c89d44..6d87904e 100644 --- a/ksirc/puke/pobjfinder.h +++ b/ksirc/puke/pobjfinder.h @@ -9,7 +9,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 58a9bef1..1d9cacd4 100644 --- a/ksirc/puke/ppopmenu.h +++ b/ksirc/puke/ppopmenu.h @@ -12,7 +12,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 0e9c19bd..957dce3a 100644 --- a/ksirc/puke/pprogress.h +++ b/ksirc/puke/pprogress.h @@ -10,7 +10,7 @@ class PProgress; #include "controller.h" 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 8a1cc5db..3049c8da 100644 --- a/ksirc/puke/ppushbt.h +++ b/ksirc/puke/ppushbt.h @@ -11,7 +11,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 6e780afd..f7186682 100644 --- a/ksirc/puke/ptabdialog.h +++ b/ksirc/puke/ptabdialog.h @@ -9,7 +9,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 b53e7dc2..8028575b 100644 --- a/ksirc/puke/ptablevw.h +++ b/ksirc/puke/ptablevw.h @@ -12,7 +12,7 @@ class PTableView; // Init and setup code class PTableView : public PFrame { - Q_OBJECT + TQ_OBJECT public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/ptdefiledialog.h b/ksirc/puke/ptdefiledialog.h index 7b8ebd2e..9628e46d 100644 --- a/ksirc/puke/ptdefiledialog.h +++ b/ksirc/puke/ptdefiledialog.h @@ -10,7 +10,7 @@ class PKFileDialog; class PKFileDialog : public PWidget { - Q_OBJECT + TQ_OBJECT public: static PObject *createWidget(CreateArgs &ca); diff --git a/ksirc/puke/pwidget.h b/ksirc/puke/pwidget.h index b2fad678..b3f1cd46 100644 --- a/ksirc/puke/pwidget.h +++ b/ksirc/puke/pwidget.h @@ -10,7 +10,7 @@ class PWidget; class PWidget : public PObject { - Q_OBJECT + TQ_OBJECT public: PWidget(PObject *parent = 0); |