diff options
Diffstat (limited to 'extra/kde331')
-rw-r--r-- | extra/kde331/configwidget.h | 2 | ||||
-rw-r--r-- | extra/kde331/konsole_part.h | 8 | ||||
-rw-r--r-- | extra/kde331/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde331/kurifilter.h | 2 | ||||
-rw-r--r-- | extra/kde331/tdetoolbarbutton.h | 2 |
5 files changed, 8 insertions, 8 deletions
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: /** |