summaryrefslogtreecommitdiffstats
path: root/quanta/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:08:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:23:37 +0900
commit309a672de7972615f51ea2dc4a987deecf8b18b5 (patch)
tree425729efe379e098ae05cf19da9ee4788762ea71 /quanta/src
parenta2cb0f16dc4a151761420e25e8dc68b2f256ae16 (diff)
downloadtdewebdev-309a672de7972615f51ea2dc4a987deecf8b18b5.tar.gz
tdewebdev-309a672de7972615f51ea2dc4a987deecf8b18b5.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa)
Diffstat (limited to 'quanta/src')
-rw-r--r--quanta/src/document.h2
-rw-r--r--quanta/src/dtds.h2
-rw-r--r--quanta/src/kqapp.h6
-rw-r--r--quanta/src/quanta.h2
-rw-r--r--quanta/src/quanta_init.h2
-rw-r--r--quanta/src/quantadoc.h2
-rw-r--r--quanta/src/quantaview.h2
-rw-r--r--quanta/src/viewmanager.h2
8 files changed, 10 insertions, 10 deletions
diff --git a/quanta/src/document.h b/quanta/src/document.h
index 9d8de77d..e6f0fff1 100644
--- a/quanta/src/document.h
+++ b/quanta/src/document.h
@@ -67,7 +67,7 @@ namespace KTextEditor
}
class Document : public TQWidget{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/src/dtds.h b/quanta/src/dtds.h
index e1329b24..76c224d6 100644
--- a/quanta/src/dtds.h
+++ b/quanta/src/dtds.h
@@ -48,7 +48,7 @@ struct DTDStruct;
*/
class DTDs : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/src/kqapp.h b/quanta/src/kqapp.h
index c99c152b..625bdaf6 100644
--- a/quanta/src/kqapp.h
+++ b/quanta/src/kqapp.h
@@ -27,7 +27,7 @@ class KSplashScreen;
class KSplash : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -51,7 +51,7 @@ class KQApplicationPrivate
class KQApplication : public TDEApplication, KQApplicationPrivate
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -64,7 +64,7 @@ class KQApplication : public TDEApplication, KQApplicationPrivate
class KQUniqueApplication : public KUniqueApplication, KQApplicationPrivate
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/src/quanta.h b/quanta/src/quanta.h
index 942195de..0124c9fc 100644
--- a/quanta/src/quanta.h
+++ b/quanta/src/quanta.h
@@ -111,7 +111,7 @@ struct ToolbarEntry;
*/
class QuantaApp : public KMdiMainFrm, public DCOPWindowManagerIf
{
- Q_OBJECT
+ TQ_OBJECT
friend class QuantaInit;
diff --git a/quanta/src/quanta_init.h b/quanta/src/quanta_init.h
index 06e4cf07..5fec827e 100644
--- a/quanta/src/quanta_init.h
+++ b/quanta/src/quanta_init.h
@@ -41,7 +41,7 @@ class TDEConfig;
*/
class QuantaInit : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/src/quantadoc.h b/quanta/src/quantadoc.h
index f2bb84d8..3f9d0b95 100644
--- a/quanta/src/quantadoc.h
+++ b/quanta/src/quantadoc.h
@@ -27,7 +27,7 @@ class KURL;
class QuantaDoc : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/src/quantaview.h b/quanta/src/quantaview.h
index 1f59de19..2b8b30dd 100644
--- a/quanta/src/quantaview.h
+++ b/quanta/src/quantaview.h
@@ -63,7 +63,7 @@ class Node;
* @version KDevelop version 0.4 code generation */
class QuantaView : public KMdiChildView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/src/viewmanager.h b/quanta/src/viewmanager.h
index 1fc3d642..63fd8527 100644
--- a/quanta/src/viewmanager.h
+++ b/quanta/src/viewmanager.h
@@ -31,7 +31,7 @@ class KMdiChildView;
class ViewManager : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Returns a reference to the viewmanager object */