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