Remove spurious TQ_OBJECT instances

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

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

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

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

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

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

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

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

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

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

@ -37,7 +37,7 @@ class KCHMSearchEngine;
class KCHMClickableLabel : public TQLabel
{
Q_OBJECT
TQ_OBJECT
public:
KCHMClickableLabel( const TQString& label, TQWidget * parent )
: TQLabel( label, parent ) {};
@ -55,7 +55,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 );

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

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

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

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

Loading…
Cancel
Save