From 7c2e43404335adcc626c1038cca3a9e457e81f11 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:46:39 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 8c102c757dff8d1fea90352418df617460dff5cb) --- extra/kde301/konsole_part.h | 8 ++++---- extra/kde301/kurifilter.h | 2 +- extra/kde301/tdetoolbarbutton.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/kde301') diff --git a/extra/kde301/konsole_part.h b/extra/kde301/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde301/konsole_part.h +++ b/extra/kde301/konsole_part.h @@ -46,7 +46,7 @@ namespace KParts { class GUIActivateEvent; } class konsoleFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: konsoleFactory(); virtual ~konsoleFactory(); @@ -67,7 +67,7 @@ public: class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface { - Q_OBJECT + TQ_OBJECT public: konsolePart(TQWidget *parentWidget, const char *widgetName, TQObject * parent, const char *name, const char *classname = 0); virtual ~konsolePart(); @@ -187,7 +187,7 @@ public: /*class HistoryTypeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: HistoryTypeDialog(const HistoryType& histType, unsigned int histSize, @@ -211,7 +211,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde301/kurifilter.h b/extra/kde301/kurifilter.h index 9b28d1d..5430e39 100644 --- a/extra/kde301/kurifilter.h +++ b/extra/kde301/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde301/tdetoolbarbutton.h b/extra/kde301/tdetoolbarbutton.h index 1a2041b..a9ab911 100644 --- a/extra/kde301/tdetoolbarbutton.h +++ b/extra/kde301/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** -- cgit v1.2.1