From 19b9269357a2b4dbd7578bb2f5e3dea3c139c01a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:28 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/kchmbookmartwindow.h | 2 +- src/kchmcontentswindow.h | 2 +- src/kchmdialogchooseurlfromlist.h | 2 +- src/kchmindexwindow.h | 2 +- src/kchmmainwindow.h | 2 +- src/kchmnavtoolbar.h | 2 +- src/kchmsearchengine.h | 2 +- src/kchmsearchengine_impl.h | 2 +- src/kchmsearchtoolbar.h | 2 +- src/kchmsearchwindow.h | 4 ++-- src/kchmviewwindow_qtextbrowser.h | 2 +- src/kchmviewwindowmgr.h | 2 +- src/kde/kchmdcopiface.h | 2 +- src/kde/kchmviewwindow_khtmlpart.h | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/kchmbookmartwindow.h b/src/kchmbookmartwindow.h index 546e9c9..ef57278 100644 --- a/src/kchmbookmartwindow.h +++ b/src/kchmbookmartwindow.h @@ -32,7 +32,7 @@ class KCHMBookmarkWindow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0); virtual ~KCHMBookmarkWindow() {}; diff --git a/src/kchmcontentswindow.h b/src/kchmcontentswindow.h index d5846e1..e47b0fb 100644 --- a/src/kchmcontentswindow.h +++ b/src/kchmcontentswindow.h @@ -31,7 +31,7 @@ class KCHMContentsWindow : public KQListView { Q_OBJECT - TQ_OBJECT + public: KCHMContentsWindow( TQWidget *parent = 0, const char *name = 0 ); ~KCHMContentsWindow(); diff --git a/src/kchmdialogchooseurlfromlist.h b/src/kchmdialogchooseurlfromlist.h index 9390445..afe44df 100644 --- a/src/kchmdialogchooseurlfromlist.h +++ b/src/kchmdialogchooseurlfromlist.h @@ -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; } diff --git a/src/kchmindexwindow.h b/src/kchmindexwindow.h index ef1de70..be2184f 100644 --- a/src/kchmindexwindow.h +++ b/src/kchmindexwindow.h @@ -33,7 +33,7 @@ class KCHMIndexWindow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KCHMIndexWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); diff --git a/src/kchmmainwindow.h b/src/kchmmainwindow.h index b4b3f0f..586e0ee 100644 --- a/src/kchmmainwindow.h +++ b/src/kchmmainwindow.h @@ -58,7 +58,7 @@ class KCHMUserEvent : public TQEvent class KCHMMainWindow : public KQMainWindow { Q_OBJECT - TQ_OBJECT + public: KCHMMainWindow(); diff --git a/src/kchmnavtoolbar.h b/src/kchmnavtoolbar.h index d072f2a..6faee38 100644 --- a/src/kchmnavtoolbar.h +++ b/src/kchmnavtoolbar.h @@ -27,7 +27,7 @@ class KCHMNavToolbar : public TQToolBar { Q_OBJECT - TQ_OBJECT + public: KCHMNavToolbar( KCHMMainWindow *parent ); ~KCHMNavToolbar(); diff --git a/src/kchmsearchengine.h b/src/kchmsearchengine.h index 4679bfc..b4f0402 100644 --- a/src/kchmsearchengine.h +++ b/src/kchmsearchengine.h @@ -36,7 +36,7 @@ namespace QtAs { class Index; }; class KCHMSearchEngine : public TQObject { Q_OBJECT - TQ_OBJECT + public: KCHMSearchEngine(); diff --git a/src/kchmsearchengine_impl.h b/src/kchmsearchengine_impl.h index fb317fc..7ef039f 100644 --- a/src/kchmsearchengine_impl.h +++ b/src/kchmsearchengine_impl.h @@ -65,7 +65,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l ); class Index : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct Entry { diff --git a/src/kchmsearchtoolbar.h b/src/kchmsearchtoolbar.h index 3f6944f..cde8e95 100644 --- a/src/kchmsearchtoolbar.h +++ b/src/kchmsearchtoolbar.h @@ -34,7 +34,7 @@ class KCHMSearchAndViewToolbar : public TQToolBar { Q_OBJECT - TQ_OBJECT + public: KCHMSearchAndViewToolbar (KCHMMainWindow *parent); diff --git a/src/kchmsearchwindow.h b/src/kchmsearchwindow.h index 3e9a985..e52066d 100644 --- a/src/kchmsearchwindow.h +++ b/src/kchmsearchwindow.h @@ -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 ); diff --git a/src/kchmviewwindow_qtextbrowser.h b/src/kchmviewwindow_qtextbrowser.h index 05d7836..df76985 100644 --- a/src/kchmviewwindow_qtextbrowser.h +++ b/src/kchmviewwindow_qtextbrowser.h @@ -33,7 +33,7 @@ class KCHMViewWindow_QTextBrowser : public TQTextBrowser, public KCHMViewWindow { Q_OBJECT - TQ_OBJECT + public: KCHMViewWindow_QTextBrowser( TQTabWidget * parent ); ~KCHMViewWindow_QTextBrowser(); diff --git a/src/kchmviewwindowmgr.h b/src/kchmviewwindowmgr.h index a4bdbfe..34d791f 100644 --- a/src/kchmviewwindowmgr.h +++ b/src/kchmviewwindowmgr.h @@ -31,7 +31,7 @@ class KCHMViewWindowMgr : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: KCHMViewWindowMgr( TQWidget *parent = 0 ); ~KCHMViewWindowMgr( ); diff --git a/src/kde/kchmdcopiface.h b/src/kde/kchmdcopiface.h index 39872f9..6922a82 100644 --- a/src/kde/kchmdcopiface.h +++ b/src/kde/kchmdcopiface.h @@ -30,7 +30,7 @@ class KCHMDCOPIface : public TQObject, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: diff --git a/src/kde/kchmviewwindow_khtmlpart.h b/src/kde/kchmviewwindow_khtmlpart.h index 76d4774..145ae59 100644 --- a/src/kde/kchmviewwindow_khtmlpart.h +++ b/src/kde/kchmviewwindow_khtmlpart.h @@ -45,7 +45,7 @@ class KCHMViewWindow_KHTMLPart : public KHTMLPart, public KCHMViewWindow { Q_OBJECT -TQ_OBJECT + public: KCHMViewWindow_KHTMLPart( TQTabWidget * parent ); ~KCHMViewWindow_KHTMLPart(); -- cgit v1.2.3