summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:28 -0600
commit19b9269357a2b4dbd7578bb2f5e3dea3c139c01a (patch)
tree3b1bbd87837308d4b3df5f03bf60671ac401915c
parent47fe1e026cb29c25afbe28e6ac890d6858a3e913 (diff)
downloadkchmviewer-19b9269357a2b4dbd7578bb2f5e3dea3c139c01a.tar.gz
kchmviewer-19b9269357a2b4dbd7578bb2f5e3dea3c139c01a.zip
Remove spurious TQ_OBJECT instances
-rw-r--r--src/kchmbookmartwindow.h2
-rw-r--r--src/kchmcontentswindow.h2
-rw-r--r--src/kchmdialogchooseurlfromlist.h2
-rw-r--r--src/kchmindexwindow.h2
-rw-r--r--src/kchmmainwindow.h2
-rw-r--r--src/kchmnavtoolbar.h2
-rw-r--r--src/kchmsearchengine.h2
-rw-r--r--src/kchmsearchengine_impl.h2
-rw-r--r--src/kchmsearchtoolbar.h2
-rw-r--r--src/kchmsearchwindow.h4
-rw-r--r--src/kchmviewwindow_qtextbrowser.h2
-rw-r--r--src/kchmviewwindowmgr.h2
-rw-r--r--src/kde/kchmdcopiface.h2
-rw-r--r--src/kde/kchmviewwindow_khtmlpart.h2
14 files changed, 15 insertions, 15 deletions
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();