summaryrefslogtreecommitdiffstats
path: root/extra/kde311
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:46:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:46:39 +0900
commit8c102c757dff8d1fea90352418df617460dff5cb (patch)
tree194ce333bdb4c69edfaaa03ef949070e3ca43f31 /extra/kde311
parent762e2d459166061c8cc7df5fb7d45cd5959b3f30 (diff)
downloadpytde-8c102c757dff8d1fea90352418df617460dff5cb.tar.gz
pytde-8c102c757dff8d1fea90352418df617460dff5cb.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'extra/kde311')
-rw-r--r--extra/kde311/konsole_part.h8
-rw-r--r--extra/kde311/kpanelmenu.h2
-rw-r--r--extra/kde311/kurifilter.h2
-rw-r--r--extra/kde311/tdetoolbarbutton.h2
4 files changed, 7 insertions, 7 deletions
diff --git a/extra/kde311/konsole_part.h b/extra/kde311/konsole_part.h
index 772e3f5..428245a 100644
--- a/extra/kde311/konsole_part.h
+++ b/extra/kde311/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/kde311/kpanelmenu.h b/extra/kde311/kpanelmenu.h
index 6749754..bfa447e 100644
--- a/extra/kde311/kpanelmenu.h
+++ b/extra/kde311/kpanelmenu.h
@@ -53,7 +53,7 @@ class KPanelMenuPrivate;
*/
class KPanelMenu : public TDEPopupMenu
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/extra/kde311/kurifilter.h b/extra/kde311/kurifilter.h
index db3ac60..58b8065 100644
--- a/extra/kde311/kurifilter.h
+++ b/extra/kde311/kurifilter.h
@@ -295,7 +295,7 @@ private:
*/
class KURIFilterPlugin : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/extra/kde311/tdetoolbarbutton.h b/extra/kde311/tdetoolbarbutton.h
index 9c8864e..bdf5314 100644
--- a/extra/kde311/tdetoolbarbutton.h
+++ b/extra/kde311/tdetoolbarbutton.h
@@ -44,7 +44,7 @@ class TQPainter;
*/
class TDEToolBarButton : public TQToolButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**