summaryrefslogtreecommitdiffstats
path: root/kdict
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 /kdict
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kdict')
-rw-r--r--kdict/actions.h6
-rw-r--r--kdict/applet/kdictapplet.h4
-rw-r--r--kdict/application.h2
-rw-r--r--kdict/dict.h2
-rw-r--r--kdict/matchview.h2
-rw-r--r--kdict/options.h2
-rw-r--r--kdict/queryview.h4
-rw-r--r--kdict/sets.h2
-rw-r--r--kdict/toplevel.h2
9 files changed, 13 insertions, 13 deletions
diff --git a/kdict/actions.h b/kdict/actions.h
index acee05d4..a1b26474 100644
--- a/kdict/actions.h
+++ b/kdict/actions.h
@@ -31,7 +31,7 @@ class TQPushButton;
class DictComboAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
DictComboAction( const TQString& text, TQObject* parent,
@@ -74,7 +74,7 @@ class DictComboAction : public KAction
class DictLabelAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
DictLabelAction( const TQString &text, TQObject *parent = 0, const char *name = 0 );
@@ -94,7 +94,7 @@ class DictLabelAction : public KAction
class DictButtonAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
DictButtonAction( const TQString& text, TQObject* receiver,
diff --git a/kdict/applet/kdictapplet.h b/kdict/applet/kdictapplet.h
index 39a18d07..b7b94286 100644
--- a/kdict/applet/kdictapplet.h
+++ b/kdict/applet/kdictapplet.h
@@ -33,7 +33,7 @@ class KHistoryCombo;
class PopupBox : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
PopupBox();
@@ -60,7 +60,7 @@ private:
class DictApplet : public KPanelApplet
{
Q_OBJECT
- TQ_OBJECT
+
public:
DictApplet(const TQString& configFile, Type t = Stretch, int actions = 0, TQWidget *parent = 0, const char *name = 0);
diff --git a/kdict/application.h b/kdict/application.h
index 57fe5780..b91e9800 100644
--- a/kdict/application.h
+++ b/kdict/application.h
@@ -22,7 +22,7 @@ class TopLevel;
class Application : public KUniqueApplication
{
Q_OBJECT
- TQ_OBJECT
+
public:
Application();
diff --git a/kdict/dict.h b/kdict/dict.h
index 81d3d5d5..a4947c93 100644
--- a/kdict/dict.h
+++ b/kdict/dict.h
@@ -152,7 +152,7 @@ private:
class DictInterface : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kdict/matchview.h b/kdict/matchview.h
index 3e7e9f7e..980e8c43 100644
--- a/kdict/matchview.h
+++ b/kdict/matchview.h
@@ -48,7 +48,7 @@ public:
class MatchView : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kdict/options.h b/kdict/options.h
index 1137caf8..a04f9ac6 100644
--- a/kdict/options.h
+++ b/kdict/options.h
@@ -111,7 +111,7 @@ extern GlobalData *global;
class OptionsDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kdict/queryview.h b/kdict/queryview.h
index 3c24fc17..e3f740ab 100644
--- a/kdict/queryview.h
+++ b/kdict/queryview.h
@@ -77,7 +77,7 @@ public:
class DictHTMLPart : public KHTMLPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
@@ -99,7 +99,7 @@ protected:
class QueryView : public TQVBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kdict/sets.h b/kdict/sets.h
index b2d1a698..3ce7f8da 100644
--- a/kdict/sets.h
+++ b/kdict/sets.h
@@ -27,7 +27,7 @@ class TQListBox;
class DbSetsDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kdict/toplevel.h b/kdict/toplevel.h
index 7362ed7f..d9653413 100644
--- a/kdict/toplevel.h
+++ b/kdict/toplevel.h
@@ -38,7 +38,7 @@ class DbSetsDialog;
class TopLevel : public KMainWindow, virtual public KDictIface
{
Q_OBJECT
- TQ_OBJECT
+
friend class QueryView;