summaryrefslogtreecommitdiffstats
path: root/dcoprss
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
commit6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch)
tree222adc3ae4db93c92937de3d09195aca96ae99ce /dcoprss
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'dcoprss')
-rw-r--r--dcoprss/feedbrowser.h6
-rw-r--r--dcoprss/query.h4
-rw-r--r--dcoprss/service.h2
-rw-r--r--dcoprss/xmlrpciface.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/dcoprss/feedbrowser.h b/dcoprss/feedbrowser.h
index 460e63e7..5d5344ab 100644
--- a/dcoprss/feedbrowser.h
+++ b/dcoprss/feedbrowser.h
@@ -10,7 +10,7 @@ class DCOPRSSIface : public TQObject, public DCOPObject
{
K_DCOP
Q_OBJECT
-// TQ_OBJECT
+//
public:
DCOPRSSIface( TQObject *parent, const char *name = 0 );
@@ -27,7 +27,7 @@ class DCOPRSSIface : public TQObject, public DCOPObject
class CategoryItem : public TQObject, public KListViewItem
{
Q_OBJECT
-// TQ_OBJECT
+//
public:
CategoryItem( KListView *parent, const TQString &category );
CategoryItem( KListViewItem *parent, const TQString &category );
@@ -49,7 +49,7 @@ class CategoryItem : public TQObject, public KListViewItem
class FeedBrowserDlg : public KDialogBase
{
Q_OBJECT
-// TQ_OBJECT
+//
friend class CategoryItem;
public:
FeedBrowserDlg( TQWidget *parent, const char *name = 0 );
diff --git a/dcoprss/query.h b/dcoprss/query.h
index dcc50653..f1971338 100644
--- a/dcoprss/query.h
+++ b/dcoprss/query.h
@@ -38,7 +38,7 @@ class RSSService;
class SlotCaller : public TQObject
{
Q_OBJECT
-// TQ_OBJECT
+//
public:
static void call( TQObject *object, const char *slot,
@@ -55,7 +55,7 @@ class QueryService : public TQObject, public DCOPObject
{
K_DCOP
Q_OBJECT
-// TQ_OBJECT
+//
public:
QueryService( RSSService *service );
diff --git a/dcoprss/service.h b/dcoprss/service.h
index 5ca2872b..f6e6aff1 100644
--- a/dcoprss/service.h
+++ b/dcoprss/service.h
@@ -109,7 +109,7 @@ class RSSService : public DCOPObject
class RSSDocument : public TQObject, public DCOPObject
{
Q_OBJECT
-// TQ_OBJECT
+//
K_DCOP
private:
diff --git a/dcoprss/xmlrpciface.h b/dcoprss/xmlrpciface.h
index b157fb1c..2bc10458 100644
--- a/dcoprss/xmlrpciface.h
+++ b/dcoprss/xmlrpciface.h
@@ -50,7 +50,7 @@ namespace KXMLRPC
class Query : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
class Result
{
@@ -116,7 +116,7 @@ namespace KXMLRPC
class Server : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Server( const KURL &url = KURL(),
TQObject *parent = 0, const char *name = 0 );