summaryrefslogtreecommitdiffstats
path: root/quanta/utility
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/utility')
-rw-r--r--quanta/utility/myprocess.h2
-rw-r--r--quanta/utility/newstuff.h10
-rw-r--r--quanta/utility/qpevents.h2
-rw-r--r--quanta/utility/quantabookmarks.h2
-rw-r--r--quanta/utility/tagaction.h2
-rw-r--r--quanta/utility/tagactionset.h6
-rw-r--r--quanta/utility/toolbartabwidget.h4
7 files changed, 14 insertions, 14 deletions
diff --git a/quanta/utility/myprocess.h b/quanta/utility/myprocess.h
index a80a199c..bb12d2fe 100644
--- a/quanta/utility/myprocess.h
+++ b/quanta/utility/myprocess.h
@@ -20,7 +20,7 @@
class MyProcess:public TDEProcess
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/utility/newstuff.h b/quanta/utility/newstuff.h
index c35be15b..929734d6 100644
--- a/quanta/utility/newstuff.h
+++ b/quanta/utility/newstuff.h
@@ -31,7 +31,7 @@ class KURL;
class QNewDTEPStuff: public TDENewStuffSecure
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -50,7 +50,7 @@ Makes possible downloading and installing a Toolbar resource files from a server
*/
class QNewToolbarStuff: public TDENewStuffSecure
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -71,7 +71,7 @@ Makes possible downloading and installing a template resource files from a serve
*/
class QNewTemplateStuff: public TDENewStuffSecure
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -92,7 +92,7 @@ Makes possible downloading and installing a script resource files from a server.
*/
class QNewScriptStuff: public TDENewStuffSecure
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -111,7 +111,7 @@ Makes possible downloading and installing a documentation resource files from a
*/
class QNewDocStuff: public TDENewStuffSecure
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/utility/qpevents.h b/quanta/utility/qpevents.h
index 6b3638ae..4c65c359 100644
--- a/quanta/utility/qpevents.h
+++ b/quanta/utility/qpevents.h
@@ -52,7 +52,7 @@ typedef TQMap<TQString, TQValueList<EventAction> > EventActions;
class QPEvents : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
static QPEvents* const ref(TQObject *parent = 0L)
diff --git a/quanta/utility/quantabookmarks.h b/quanta/utility/quantabookmarks.h
index 532e45c9..c1e4bb99 100644
--- a/quanta/utility/quantabookmarks.h
+++ b/quanta/utility/quantabookmarks.h
@@ -42,7 +42,7 @@ class TQMenuData;
class QuantaBookmarks : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/utility/tagaction.h b/quanta/utility/tagaction.h
index eeff1560..783665e3 100644
--- a/quanta/utility/tagaction.h
+++ b/quanta/utility/tagaction.h
@@ -46,7 +46,7 @@ class NodeSelection;
class TagAction : public TDEToggleAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/utility/tagactionset.h b/quanta/utility/tagactionset.h
index 9e056543..7ecc6d1a 100644
--- a/quanta/utility/tagactionset.h
+++ b/quanta/utility/tagactionset.h
@@ -37,7 +37,7 @@ class NodeModifsSet;
*/
class TagActionSetAbstract : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TagActionSetAbstract(TQObject *parent = 0, const char *name = 0);
@@ -66,7 +66,7 @@ private:
class TagActionSet : public TagActionSetAbstract
{
- Q_OBJECT
+ TQ_OBJECT
public:
TagActionSet(TQObject *parent = 0, const char *name = 0);
@@ -95,7 +95,7 @@ private:
class TableTagActionSet : public TagActionSetAbstract
{
- Q_OBJECT
+ TQ_OBJECT
public:
TableTagActionSet(TQObject *parent = 0, const char *name = 0);
diff --git a/quanta/utility/toolbartabwidget.h b/quanta/utility/toolbartabwidget.h
index a8ce9ecc..3536ca83 100644
--- a/quanta/utility/toolbartabwidget.h
+++ b/quanta/utility/toolbartabwidget.h
@@ -26,7 +26,7 @@ class TDEToolBar;
class ToolbarTabWidget: public TQTabWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQWidgetStack *m_widgetStack;
@@ -84,7 +84,7 @@ private:
class QuantaToolBar: public TDEToolBar
{
- Q_OBJECT
+ TQ_OBJECT
public: