summaryrefslogtreecommitdiffstats
path: root/kiten/widgets.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:06:08 +0900
committerMichele Calgaro <[email protected]>2023-07-21 10:15:01 +0900
commit9b03504064870b54af92214941ed5372f847b135 (patch)
tree2feef14e40204f65198169e485db5c1591aa1891 /kiten/widgets.h
parent04fdca4209e8f7d759d5db4b7ff9dcdead088e08 (diff)
downloadtdeedu-9b03504064870b54af92214941ed5372f847b135.tar.gz
tdeedu-9b03504064870b54af92214941ed5372f847b135.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8)
Diffstat (limited to 'kiten/widgets.h')
-rw-r--r--kiten/widgets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiten/widgets.h b/kiten/widgets.h
index 44ae4447..d1643d08 100644
--- a/kiten/widgets.h
+++ b/kiten/widgets.h
@@ -36,7 +36,7 @@ class KStatusBar;
class KDE_EXPORT ResultView : public KTextBrowser
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -66,7 +66,7 @@ class KDE_EXPORT ResultView : public KTextBrowser
class KDE_EXPORT eEdit : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -92,7 +92,7 @@ class KDE_EXPORT eEdit : public TDEMainWindow
class KDE_EXPORT EditAction : public TDEAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditAction( const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name );