diff options
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/actions.h | 6 | ||||
-rw-r--r-- | kdict/applet/kdictapplet.h | 4 | ||||
-rw-r--r-- | kdict/application.h | 2 | ||||
-rw-r--r-- | kdict/dict.h | 2 | ||||
-rw-r--r-- | kdict/matchview.h | 2 | ||||
-rw-r--r-- | kdict/options.h | 2 | ||||
-rw-r--r-- | kdict/queryview.h | 4 | ||||
-rw-r--r-- | kdict/sets.h | 2 | ||||
-rw-r--r-- | kdict/toplevel.h | 2 |
9 files changed, 13 insertions, 13 deletions
diff --git a/kdict/actions.h b/kdict/actions.h index 5c618827..bcdb016a 100644 --- a/kdict/actions.h +++ b/kdict/actions.h @@ -30,7 +30,7 @@ class TQPushButton; class DictComboAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: @@ -73,7 +73,7 @@ class DictComboAction : public TDEAction class DictLabelAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ class DictLabelAction : public TDEAction class DictButtonAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/applet/kdictapplet.h b/kdict/applet/kdictapplet.h index 8e56e48e..b67ea5bf 100644 --- a/kdict/applet/kdictapplet.h +++ b/kdict/applet/kdictapplet.h @@ -32,7 +32,7 @@ class KHistoryCombo; class PopupBox : public TQHBox { - Q_OBJECT + TQ_OBJECT public: @@ -59,7 +59,7 @@ private: class DictApplet : public KPanelApplet { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/application.h b/kdict/application.h index b91e9800..dc59e260 100644 --- a/kdict/application.h +++ b/kdict/application.h @@ -21,7 +21,7 @@ class TopLevel; class Application : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/dict.h b/kdict/dict.h index eb236fc2..44111d7d 100644 --- a/kdict/dict.h +++ b/kdict/dict.h @@ -151,7 +151,7 @@ private: class DictInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/matchview.h b/kdict/matchview.h index 5b193e5d..e0126990 100644 --- a/kdict/matchview.h +++ b/kdict/matchview.h @@ -47,7 +47,7 @@ public: class MatchView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/options.h b/kdict/options.h index 5a3a58c4..f41d3348 100644 --- a/kdict/options.h +++ b/kdict/options.h @@ -110,7 +110,7 @@ extern GlobalData *global; class OptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/queryview.h b/kdict/queryview.h index 475e480a..8bd1703e 100644 --- a/kdict/queryview.h +++ b/kdict/queryview.h @@ -76,7 +76,7 @@ public: class DictHTMLPart : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public: @@ -98,7 +98,7 @@ protected: class QueryView : public TQVBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/sets.h b/kdict/sets.h index 3ce7f8da..f0db3a43 100644 --- a/kdict/sets.h +++ b/kdict/sets.h @@ -26,7 +26,7 @@ class TQListBox; class DbSetsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdict/toplevel.h b/kdict/toplevel.h index 82db7591..10f93b41 100644 --- a/kdict/toplevel.h +++ b/kdict/toplevel.h @@ -37,7 +37,7 @@ class DbSetsDialog; class TopLevel : public TDEMainWindow, virtual public KDictIface { - Q_OBJECT + TQ_OBJECT friend class QueryView; |