diff options
Diffstat (limited to 'extra/kde313/konsole_part.h')
-rw-r--r-- | extra/kde313/konsole_part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kde313/konsole_part.h b/extra/kde313/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde313/konsole_part.h +++ b/extra/kde313/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); |