diff --git a/doc/limits.html b/doc/limits.html index 68bbe28..4213738 100644 --- a/doc/limits.html +++ b/doc/limits.html @@ -322,7 +322,7 @@ one TQt class.

In a normal TQt installation, every descendant of TQObject inherits two methods (tr (const char *) and tr (const char *, const char *) from TQObject explicitly -and also overloads these methods via the moc mechanism (by defining Q_OBJECT +and also overloads these methods via the moc mechanism (by defining TQ_OBJECT in the class declaration). KDE however is compiled with -DTQT_NO_TRANSLATION, which prevents moc from creating the overloading tr() methods, and also produces side-effects with a normal TQt installation which was compiled without the diff --git a/extra/kde300/konsole_part.h b/extra/kde300/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde300/konsole_part.h +++ b/extra/kde300/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/kde300/kurifilter.h b/extra/kde300/kurifilter.h index 9b28d1d..5430e39 100644 --- a/extra/kde300/kurifilter.h +++ b/extra/kde300/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde300/tdetoolbarbutton.h b/extra/kde300/tdetoolbarbutton.h index f98a1d1..0d7c529 100644 --- a/extra/kde300/tdetoolbarbutton.h +++ b/extra/kde300/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** 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: /** diff --git a/extra/kde303/konsole_part.h b/extra/kde303/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde303/konsole_part.h +++ b/extra/kde303/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/kde303/kurifilter.h b/extra/kde303/kurifilter.h index 9b28d1d..5430e39 100644 --- a/extra/kde303/kurifilter.h +++ b/extra/kde303/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde303/tdetoolbarbutton.h b/extra/kde303/tdetoolbarbutton.h index c46898f..c5e3efc 100644 --- a/extra/kde303/tdetoolbarbutton.h +++ b/extra/kde303/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde310/konsole_part.h b/extra/kde310/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde310/konsole_part.h +++ b/extra/kde310/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/kde310/kpanelmenu.h b/extra/kde310/kpanelmenu.h index b96b15e..5418d80 100644 --- a/extra/kde310/kpanelmenu.h +++ b/extra/kde310/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde310/kurifilter.h b/extra/kde310/kurifilter.h index db3ac60..58b8065 100644 --- a/extra/kde310/kurifilter.h +++ b/extra/kde310/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde310/tdetoolbarbutton.h b/extra/kde310/tdetoolbarbutton.h index 9c8864e..bdf5314 100644 --- a/extra/kde310/tdetoolbarbutton.h +++ b/extra/kde310/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** 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: /** diff --git a/extra/kde312/konsole_part.h b/extra/kde312/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde312/konsole_part.h +++ b/extra/kde312/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/kde312/kpanelmenu.h b/extra/kde312/kpanelmenu.h index b96b15e..5418d80 100644 --- a/extra/kde312/kpanelmenu.h +++ b/extra/kde312/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde312/kurifilter.h b/extra/kde312/kurifilter.h index db3ac60..58b8065 100644 --- a/extra/kde312/kurifilter.h +++ b/extra/kde312/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde312/tdetoolbarbutton.h b/extra/kde312/tdetoolbarbutton.h index 9c8864e..bdf5314 100644 --- a/extra/kde312/tdetoolbarbutton.h +++ b/extra/kde312/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** 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); diff --git a/extra/kde313/kpanelmenu.h b/extra/kde313/kpanelmenu.h index b96b15e..5418d80 100644 --- a/extra/kde313/kpanelmenu.h +++ b/extra/kde313/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde313/kurifilter.h b/extra/kde313/kurifilter.h index db3ac60..58b8065 100644 --- a/extra/kde313/kurifilter.h +++ b/extra/kde313/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde313/tdetoolbarbutton.h b/extra/kde313/tdetoolbarbutton.h index 9c8864e..bdf5314 100644 --- a/extra/kde313/tdetoolbarbutton.h +++ b/extra/kde313/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde314/konsole_part.h b/extra/kde314/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde314/konsole_part.h +++ b/extra/kde314/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/kde314/kpanelmenu.h b/extra/kde314/kpanelmenu.h index 649791c..e9945bf 100644 --- a/extra/kde314/kpanelmenu.h +++ b/extra/kde314/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde314/kurifilter.h b/extra/kde314/kurifilter.h index c6310f2..b83cda5 100644 --- a/extra/kde314/kurifilter.h +++ b/extra/kde314/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde314/tdetoolbarbutton.h b/extra/kde314/tdetoolbarbutton.h index 9c8864e..bdf5314 100644 --- a/extra/kde314/tdetoolbarbutton.h +++ b/extra/kde314/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde315/konsole_part.h b/extra/kde315/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde315/konsole_part.h +++ b/extra/kde315/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/kde315/kpanelmenu.h b/extra/kde315/kpanelmenu.h index 649791c..e9945bf 100644 --- a/extra/kde315/kpanelmenu.h +++ b/extra/kde315/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde315/kurifilter.h b/extra/kde315/kurifilter.h index c6310f2..b83cda5 100644 --- a/extra/kde315/kurifilter.h +++ b/extra/kde315/kurifilter.h @@ -295,7 +295,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde315/tdetoolbarbutton.h b/extra/kde315/tdetoolbarbutton.h index 9c8864e..bdf5314 100644 --- a/extra/kde315/tdetoolbarbutton.h +++ b/extra/kde315/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde320/configwidget.h b/extra/kde320/configwidget.h index 981e92d..544daea 100644 --- a/extra/kde320/configwidget.h +++ b/extra/kde320/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde320/konsole_part.h b/extra/kde320/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde320/konsole_part.h +++ b/extra/kde320/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/kde320/kpanelmenu.h b/extra/kde320/kpanelmenu.h index 3ef1764..27b17ef 100644 --- a/extra/kde320/kpanelmenu.h +++ b/extra/kde320/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde320/kurifilter.h b/extra/kde320/kurifilter.h index f0550d1..d0c54e6 100644 --- a/extra/kde320/kurifilter.h +++ b/extra/kde320/kurifilter.h @@ -340,7 +340,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde320/tdetoolbarbutton.h b/extra/kde320/tdetoolbarbutton.h index 20a0d12..32f0a37 100644 --- a/extra/kde320/tdetoolbarbutton.h +++ b/extra/kde320/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde321/configwidget.h b/extra/kde321/configwidget.h index 981e92d..544daea 100644 --- a/extra/kde321/configwidget.h +++ b/extra/kde321/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde321/konsole_part.h b/extra/kde321/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde321/konsole_part.h +++ b/extra/kde321/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/kde321/kpanelmenu.h b/extra/kde321/kpanelmenu.h index 3ef1764..27b17ef 100644 --- a/extra/kde321/kpanelmenu.h +++ b/extra/kde321/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde321/kurifilter.h b/extra/kde321/kurifilter.h index f0550d1..d0c54e6 100644 --- a/extra/kde321/kurifilter.h +++ b/extra/kde321/kurifilter.h @@ -340,7 +340,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde321/tdetoolbarbutton.h b/extra/kde321/tdetoolbarbutton.h index 20a0d12..32f0a37 100644 --- a/extra/kde321/tdetoolbarbutton.h +++ b/extra/kde321/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde322/configwidget.h b/extra/kde322/configwidget.h index 981e92d..544daea 100644 --- a/extra/kde322/configwidget.h +++ b/extra/kde322/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde322/konsole_part.h b/extra/kde322/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde322/konsole_part.h +++ b/extra/kde322/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/kde322/kpanelmenu.h b/extra/kde322/kpanelmenu.h index 3ef1764..27b17ef 100644 --- a/extra/kde322/kpanelmenu.h +++ b/extra/kde322/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde322/kurifilter.h b/extra/kde322/kurifilter.h index f0550d1..d0c54e6 100644 --- a/extra/kde322/kurifilter.h +++ b/extra/kde322/kurifilter.h @@ -340,7 +340,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde322/tdetoolbarbutton.h b/extra/kde322/tdetoolbarbutton.h index 20a0d12..32f0a37 100644 --- a/extra/kde322/tdetoolbarbutton.h +++ b/extra/kde322/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde323/configwidget.h b/extra/kde323/configwidget.h index 981e92d..544daea 100644 --- a/extra/kde323/configwidget.h +++ b/extra/kde323/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde323/konsole_part.h b/extra/kde323/konsole_part.h index 772e3f5..428245a 100644 --- a/extra/kde323/konsole_part.h +++ b/extra/kde323/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/kde323/kpanelmenu.h b/extra/kde323/kpanelmenu.h index 3ef1764..27b17ef 100644 --- a/extra/kde323/kpanelmenu.h +++ b/extra/kde323/kpanelmenu.h @@ -53,7 +53,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde323/kurifilter.h b/extra/kde323/kurifilter.h index f0550d1..d0c54e6 100644 --- a/extra/kde323/kurifilter.h +++ b/extra/kde323/kurifilter.h @@ -340,7 +340,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde323/tdetoolbarbutton.h b/extra/kde323/tdetoolbarbutton.h index 20a0d12..32f0a37 100644 --- a/extra/kde323/tdetoolbarbutton.h +++ b/extra/kde323/tdetoolbarbutton.h @@ -44,7 +44,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde330/configwidget.h b/extra/kde330/configwidget.h index 981e92d..544daea 100644 --- a/extra/kde330/configwidget.h +++ b/extra/kde330/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde330/konsole_part.h b/extra/kde330/konsole_part.h index 7934f05..e6711c8 100644 --- a/extra/kde330/konsole_part.h +++ b/extra/kde330/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); diff --git a/extra/kde330/kpanelmenu.h b/extra/kde330/kpanelmenu.h index c0ea523..d46dae8 100644 --- a/extra/kde330/kpanelmenu.h +++ b/extra/kde330/kpanelmenu.h @@ -51,7 +51,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde330/kurifilter.h b/extra/kde330/kurifilter.h index f0550d1..d0c54e6 100644 --- a/extra/kde330/kurifilter.h +++ b/extra/kde330/kurifilter.h @@ -340,7 +340,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde330/tdetoolbarbutton.h b/extra/kde330/tdetoolbarbutton.h index 2db9fce..1fc9c2a 100644 --- a/extra/kde330/tdetoolbarbutton.h +++ b/extra/kde330/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde331/configwidget.h b/extra/kde331/configwidget.h index 981e92d..544daea 100644 --- a/extra/kde331/configwidget.h +++ b/extra/kde331/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); 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); diff --git a/extra/kde331/kpanelmenu.h b/extra/kde331/kpanelmenu.h index c0ea523..d46dae8 100644 --- a/extra/kde331/kpanelmenu.h +++ b/extra/kde331/kpanelmenu.h @@ -51,7 +51,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde331/kurifilter.h b/extra/kde331/kurifilter.h index f0550d1..d0c54e6 100644 --- a/extra/kde331/kurifilter.h +++ b/extra/kde331/kurifilter.h @@ -340,7 +340,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde331/tdetoolbarbutton.h b/extra/kde331/tdetoolbarbutton.h index 2db9fce..1fc9c2a 100644 --- a/extra/kde331/tdetoolbarbutton.h +++ b/extra/kde331/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde332/configwidget.h b/extra/kde332/configwidget.h index 981e92d..544daea 100644 --- a/extra/kde332/configwidget.h +++ b/extra/kde332/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde332/konsole_part.h b/extra/kde332/konsole_part.h index 7934f05..e6711c8 100644 --- a/extra/kde332/konsole_part.h +++ b/extra/kde332/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); diff --git a/extra/kde332/kpanelmenu.h b/extra/kde332/kpanelmenu.h index c0ea523..d46dae8 100644 --- a/extra/kde332/kpanelmenu.h +++ b/extra/kde332/kpanelmenu.h @@ -51,7 +51,7 @@ class KPanelMenuPrivate; */ class KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde332/kurifilter.h b/extra/kde332/kurifilter.h index f0550d1..d0c54e6 100644 --- a/extra/kde332/kurifilter.h +++ b/extra/kde332/kurifilter.h @@ -340,7 +340,7 @@ private: */ class KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde332/tdetoolbarbutton.h b/extra/kde332/tdetoolbarbutton.h index 2db9fce..1fc9c2a 100644 --- a/extra/kde332/tdetoolbarbutton.h +++ b/extra/kde332/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde340/configwidget.h b/extra/kde340/configwidget.h index a9d20aa..e801409 100644 --- a/extra/kde340/configwidget.h +++ b/extra/kde340/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class TDERESOURCES_EXPORT ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde340/konsole_part.h b/extra/kde340/konsole_part.h index d6f6290..2ddf02d 100644 --- a/extra/kde340/konsole_part.h +++ b/extra/kde340/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, @@ -216,7 +216,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde340/kpanelmenu.h b/extra/kde340/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde340/kpanelmenu.h +++ b/extra/kde340/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde340/kurifilter.h b/extra/kde340/kurifilter.h index 1ec8b77..7f35de6 100644 --- a/extra/kde340/kurifilter.h +++ b/extra/kde340/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde340/tdetoolbarbutton.h b/extra/kde340/tdetoolbarbutton.h index 5d6f592..1e6246c 100644 --- a/extra/kde340/tdetoolbarbutton.h +++ b/extra/kde340/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde341/configwidget.h b/extra/kde341/configwidget.h index a9d20aa..e801409 100644 --- a/extra/kde341/configwidget.h +++ b/extra/kde341/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class TDERESOURCES_EXPORT ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde341/konsole_part.h b/extra/kde341/konsole_part.h index d6f6290..2ddf02d 100644 --- a/extra/kde341/konsole_part.h +++ b/extra/kde341/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, @@ -216,7 +216,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde341/kpanelmenu.h b/extra/kde341/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde341/kpanelmenu.h +++ b/extra/kde341/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde341/kurifilter.h b/extra/kde341/kurifilter.h index 1ec8b77..7f35de6 100644 --- a/extra/kde341/kurifilter.h +++ b/extra/kde341/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde341/tdetoolbarbutton.h b/extra/kde341/tdetoolbarbutton.h index 5d6f592..1e6246c 100644 --- a/extra/kde341/tdetoolbarbutton.h +++ b/extra/kde341/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde342/configwidget.h b/extra/kde342/configwidget.h index a9d20aa..e801409 100644 --- a/extra/kde342/configwidget.h +++ b/extra/kde342/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class TDERESOURCES_EXPORT ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde342/konsole_part.h b/extra/kde342/konsole_part.h index d6f6290..2ddf02d 100644 --- a/extra/kde342/konsole_part.h +++ b/extra/kde342/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, @@ -216,7 +216,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde342/kpanelmenu.h b/extra/kde342/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde342/kpanelmenu.h +++ b/extra/kde342/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde342/kurifilter.h b/extra/kde342/kurifilter.h index 1ec8b77..7f35de6 100644 --- a/extra/kde342/kurifilter.h +++ b/extra/kde342/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde342/tdetoolbarbutton.h b/extra/kde342/tdetoolbarbutton.h index 195e792..91c7428 100644 --- a/extra/kde342/tdetoolbarbutton.h +++ b/extra/kde342/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde343/configwidget.h b/extra/kde343/configwidget.h index a9d20aa..e801409 100644 --- a/extra/kde343/configwidget.h +++ b/extra/kde343/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class TDERESOURCES_EXPORT ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde343/konsole_part.h b/extra/kde343/konsole_part.h index d6f6290..2ddf02d 100644 --- a/extra/kde343/konsole_part.h +++ b/extra/kde343/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, @@ -216,7 +216,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde343/kpanelmenu.h b/extra/kde343/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde343/kpanelmenu.h +++ b/extra/kde343/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde343/kurifilter.h b/extra/kde343/kurifilter.h index 1ec8b77..7f35de6 100644 --- a/extra/kde343/kurifilter.h +++ b/extra/kde343/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde343/tdetoolbarbutton.h b/extra/kde343/tdetoolbarbutton.h index 195e792..91c7428 100644 --- a/extra/kde343/tdetoolbarbutton.h +++ b/extra/kde343/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde350/configwidget.h b/extra/kde350/configwidget.h index a9d20aa..e801409 100644 --- a/extra/kde350/configwidget.h +++ b/extra/kde350/configwidget.h @@ -32,7 +32,7 @@ namespace KRES { class TDERESOURCES_EXPORT ConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/extra/kde350/konsole_part.h b/extra/kde350/konsole_part.h index 89eb3bd..d2fea99 100644 --- a/extra/kde350/konsole_part.h +++ b/extra/kde350/konsole_part.h @@ -47,7 +47,7 @@ namespace KParts { class GUIActivateEvent; } class konsoleFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: konsoleFactory(); virtual ~konsoleFactory(); @@ -68,7 +68,7 @@ public: class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface, public ExtTerminalInterface { - Q_OBJECT + TQ_OBJECT public: konsolePart(TQWidget *parentWidget, const char *widgetName, TQObject * parent, const char *name, const char *classname = 0); virtual ~konsolePart(); @@ -205,7 +205,7 @@ public: /*class HistoryTypeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: HistoryTypeDialog(const HistoryType& histType, unsigned int histSize, @@ -229,7 +229,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde350/kpanelmenu.h b/extra/kde350/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde350/kpanelmenu.h +++ b/extra/kde350/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde350/kurifilter.h b/extra/kde350/kurifilter.h index 5bfcc92..682b72a 100644 --- a/extra/kde350/kurifilter.h +++ b/extra/kde350/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde350/tdetoolbarbutton.h b/extra/kde350/tdetoolbarbutton.h index b481bd2..024b921 100644 --- a/extra/kde350/tdetoolbarbutton.h +++ b/extra/kde350/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde351/konsole_part.h b/extra/kde351/konsole_part.h index 89eb3bd..d2fea99 100644 --- a/extra/kde351/konsole_part.h +++ b/extra/kde351/konsole_part.h @@ -47,7 +47,7 @@ namespace KParts { class GUIActivateEvent; } class konsoleFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: konsoleFactory(); virtual ~konsoleFactory(); @@ -68,7 +68,7 @@ public: class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface, public ExtTerminalInterface { - Q_OBJECT + TQ_OBJECT public: konsolePart(TQWidget *parentWidget, const char *widgetName, TQObject * parent, const char *name, const char *classname = 0); virtual ~konsolePart(); @@ -205,7 +205,7 @@ public: /*class HistoryTypeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: HistoryTypeDialog(const HistoryType& histType, unsigned int histSize, @@ -229,7 +229,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde351/kpanelmenu.h b/extra/kde351/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde351/kpanelmenu.h +++ b/extra/kde351/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde351/kurifilter.h b/extra/kde351/kurifilter.h index 5bfcc92..682b72a 100644 --- a/extra/kde351/kurifilter.h +++ b/extra/kde351/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde351/tdetoolbarbutton.h b/extra/kde351/tdetoolbarbutton.h index b481bd2..024b921 100644 --- a/extra/kde351/tdetoolbarbutton.h +++ b/extra/kde351/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde352/konsole_part.h b/extra/kde352/konsole_part.h index 89eb3bd..d2fea99 100644 --- a/extra/kde352/konsole_part.h +++ b/extra/kde352/konsole_part.h @@ -47,7 +47,7 @@ namespace KParts { class GUIActivateEvent; } class konsoleFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: konsoleFactory(); virtual ~konsoleFactory(); @@ -68,7 +68,7 @@ public: class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface, public ExtTerminalInterface { - Q_OBJECT + TQ_OBJECT public: konsolePart(TQWidget *parentWidget, const char *widgetName, TQObject * parent, const char *name, const char *classname = 0); virtual ~konsolePart(); @@ -205,7 +205,7 @@ public: /*class HistoryTypeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: HistoryTypeDialog(const HistoryType& histType, unsigned int histSize, @@ -229,7 +229,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde352/kpanelmenu.h b/extra/kde352/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde352/kpanelmenu.h +++ b/extra/kde352/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde352/kurifilter.h b/extra/kde352/kurifilter.h index 5bfcc92..682b72a 100644 --- a/extra/kde352/kurifilter.h +++ b/extra/kde352/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde352/tdetoolbarbutton.h b/extra/kde352/tdetoolbarbutton.h index b481bd2..024b921 100644 --- a/extra/kde352/tdetoolbarbutton.h +++ b/extra/kde352/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde353/konsole_part.h b/extra/kde353/konsole_part.h index 89eb3bd..d2fea99 100644 --- a/extra/kde353/konsole_part.h +++ b/extra/kde353/konsole_part.h @@ -47,7 +47,7 @@ namespace KParts { class GUIActivateEvent; } class konsoleFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: konsoleFactory(); virtual ~konsoleFactory(); @@ -68,7 +68,7 @@ public: class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface, public ExtTerminalInterface { - Q_OBJECT + TQ_OBJECT public: konsolePart(TQWidget *parentWidget, const char *widgetName, TQObject * parent, const char *name, const char *classname = 0); virtual ~konsolePart(); @@ -205,7 +205,7 @@ public: /*class HistoryTypeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: HistoryTypeDialog(const HistoryType& histType, unsigned int histSize, @@ -229,7 +229,7 @@ protected: class konsoleBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT friend class konsolePart; public: konsoleBrowserExtension(konsolePart *parent); diff --git a/extra/kde353/kpanelmenu.h b/extra/kde353/kpanelmenu.h index 03b700b..972fb2b 100644 --- a/extra/kde353/kpanelmenu.h +++ b/extra/kde353/kpanelmenu.h @@ -52,7 +52,7 @@ class KPanelMenuPrivate; */ class TDEUI_EXPORT KPanelMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/extra/kde353/kurifilter.h b/extra/kde353/kurifilter.h index 5bfcc92..682b72a 100644 --- a/extra/kde353/kurifilter.h +++ b/extra/kde353/kurifilter.h @@ -343,7 +343,7 @@ private: */ class TDEIO_EXPORT KURIFilterPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/extra/kde353/tdetoolbarbutton.h b/extra/kde353/tdetoolbarbutton.h index b481bd2..024b921 100644 --- a/extra/kde353/tdetoolbarbutton.h +++ b/extra/kde353/tdetoolbarbutton.h @@ -43,7 +43,7 @@ class TQPainter; */ class TDEUI_EXPORT TDEToolBarButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/postproc b/postproc index 8261d33..8d69469 100755 --- a/postproc +++ b/postproc @@ -160,7 +160,7 @@ def qtNoTr (filelist): i = 0 nLines = len (buff) - while (i < nLines) and (buff[i].find('Q_OBJECT') < 0): + while (i < nLines) and (buff[i].find('TQ_OBJECT') < 0): tmp.write (buff [i]) i = i + 1