Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Michele Calgaro 10 months ago
parent 525bd105c8
commit 1dd43d62c9
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -31,7 +31,7 @@
*/
class KCHMBookmarkWindow : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0);

@ -30,7 +30,7 @@
*/
class KCHMContentsWindow : public KQListView
{
Q_OBJECT
TQ_OBJECT
public:
KCHMContentsWindow( TQWidget *parent = 0, const char *name = 0 );

@ -30,7 +30,7 @@
*/
class KCHMDialogChooseUrlFromList : public TQDialog
{
Q_OBJECT
TQ_OBJECT
public:
KCHMDialogChooseUrlFromList (const TQStringList& urls, const TQStringList& titles, TQWidget* parent);

@ -32,7 +32,7 @@
*/
class KCHMIndexWindow : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
KCHMIndexWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );

@ -57,7 +57,7 @@ class KCHMUserEvent : public TQEvent
class KCHMMainWindow : public KQMainWindow
{
Q_OBJECT
TQ_OBJECT
public:

@ -26,7 +26,7 @@
class KCHMNavToolbar : public TQToolBar
{
Q_OBJECT
TQ_OBJECT
public:
KCHMNavToolbar( KCHMMainWindow *parent );

@ -35,7 +35,7 @@ namespace QtAs { class Index; };
class KCHMSearchEngine : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:

@ -64,7 +64,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l );
class Index : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
struct Entry

@ -33,7 +33,7 @@
*/
class KCHMSearchAndViewToolbar : public TQToolBar
{
Q_OBJECT
TQ_OBJECT
public:
KCHMSearchAndViewToolbar (KCHMMainWindow *parent);

@ -36,7 +36,7 @@ class KCHMSearchEngine;
class KCHMClickableLabel : public TQLabel
{
Q_OBJECT
TQ_OBJECT
public:
KCHMClickableLabel( const TQString& label, TQWidget * parent )
@ -54,7 +54,7 @@ class KCHMClickableLabel : public TQLabel
class KCHMSearchWindow : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
KCHMSearchWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );

@ -22,7 +22,7 @@
class KCHMSetupDialog_impl : public KCHMSetupDialog
{
Q_OBJECT
TQ_OBJECT
public:
KCHMSetupDialog_impl( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );

@ -32,7 +32,7 @@
*/
class KCHMViewWindow_QTextBrowser : public TQTextBrowser, public KCHMViewWindow
{
Q_OBJECT
TQ_OBJECT
public:
KCHMViewWindow_QTextBrowser( TQTabWidget * parent );

@ -30,7 +30,7 @@
class KCHMViewWindowMgr : public TQTabWidget
{
Q_OBJECT
TQ_OBJECT
public:
KCHMViewWindowMgr( TQWidget *parent = 0 );

@ -29,7 +29,7 @@
class KCHMDCOPIface : public TQObject, public DCOPObject
{
Q_OBJECT
TQ_OBJECT
//
K_DCOP

@ -44,7 +44,7 @@
#if defined (USE_KDE)
class KCHMViewWindow_TDEHTMLPart : public TDEHTMLPart, public KCHMViewWindow
{
Q_OBJECT
TQ_OBJECT
public:
KCHMViewWindow_TDEHTMLPart( TQTabWidget * parent );

Loading…
Cancel
Save