summaryrefslogtreecommitdiffstats
path: root/extra/kde331/konsole_part.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:46:39 +0900
committerMichele Calgaro <[email protected]>2023-07-21 21:46:19 +0900
commit7c2e43404335adcc626c1038cca3a9e457e81f11 (patch)
tree48771d0ed69b59c34784ddd09a2a52c0a3305fda /extra/kde331/konsole_part.h
parent11a57a11363852cfbb09ee62090789b9c4f9971a (diff)
downloadpytde-7c2e43404335adcc626c1038cca3a9e457e81f11.tar.gz
pytde-7c2e43404335adcc626c1038cca3a9e457e81f11.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8c102c757dff8d1fea90352418df617460dff5cb)
Diffstat (limited to 'extra/kde331/konsole_part.h')
-rw-r--r--extra/kde331/konsole_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kde331/konsole_part.h b/extra/kde331/konsole_part.h
index 7934f05..e6711c8 100644
--- a/extra/kde331/konsole_part.h
+++ b/extra/kde331/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();
@@ -192,7 +192,7 @@ public:
/*class HistoryTypeDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
HistoryTypeDialog(const HistoryType& histType,
unsigned int histSize,
@@ -217,7 +217,7 @@ protected:
class konsoleBrowserExtension : public KParts::BrowserExtension
{
- Q_OBJECT
+ TQ_OBJECT
friend class konsolePart;
public:
konsoleBrowserExtension(konsolePart *parent);