Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 13 years ago
parent 47fe1e026c
commit 19b9269357

@ -32,7 +32,7 @@
class KCHMBookmarkWindow : public TQWidget class KCHMBookmarkWindow : public TQWidget
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0); KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0);
virtual ~KCHMBookmarkWindow() {}; virtual ~KCHMBookmarkWindow() {};

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

@ -31,7 +31,7 @@
class KCHMDialogChooseUrlFromList : public TQDialog class KCHMDialogChooseUrlFromList : public TQDialog
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KCHMDialogChooseUrlFromList (const TQStringList& urls, const TQStringList& titles, TQWidget* parent); KCHMDialogChooseUrlFromList (const TQStringList& urls, const TQStringList& titles, TQWidget* parent);
TQString getSelectedItemUrl() { return m_acceptedurl; } TQString getSelectedItemUrl() { return m_acceptedurl; }

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

@ -58,7 +58,7 @@ class KCHMUserEvent : public TQEvent
class KCHMMainWindow : public KQMainWindow class KCHMMainWindow : public KQMainWindow
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KCHMMainWindow(); KCHMMainWindow();

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

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

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

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

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

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

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

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

@ -45,7 +45,7 @@
class KCHMViewWindow_KHTMLPart : public KHTMLPart, public KCHMViewWindow class KCHMViewWindow_KHTMLPart : public KHTMLPart, public KCHMViewWindow
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KCHMViewWindow_KHTMLPart( TQTabWidget * parent ); KCHMViewWindow_KHTMLPart( TQTabWidget * parent );
~KCHMViewWindow_KHTMLPart(); ~KCHMViewWindow_KHTMLPart();

Loading…
Cancel
Save