summaryrefslogtreecommitdiffstats
path: root/extra/kde352
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kde352')
-rw-r--r--extra/kde352/konsole_part.h8
-rw-r--r--extra/kde352/kpanelmenu.h2
-rw-r--r--extra/kde352/kurifilter.h2
-rw-r--r--extra/kde352/tdetoolbarbutton.h2
4 files changed, 7 insertions, 7 deletions
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:
/**