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 class KCHMBookmarkWindow : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0); KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0);

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

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

@ -32,7 +32,7 @@
*/ */
class KCHMIndexWindow : public TQWidget class KCHMIndexWindow : public TQWidget
{ {
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 );

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

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

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

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

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

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

@ -22,7 +22,7 @@
class KCHMSetupDialog_impl : public KCHMSetupDialog class KCHMSetupDialog_impl : public KCHMSetupDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:
KCHMSetupDialog_impl( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 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 class KCHMViewWindow_QTextBrowser : public TQTextBrowser, public KCHMViewWindow
{ {
Q_OBJECT TQ_OBJECT
public: public:
KCHMViewWindow_QTextBrowser( TQTabWidget * parent ); KCHMViewWindow_QTextBrowser( TQTabWidget * parent );

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

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

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

Loading…
Cancel
Save