summaryrefslogtreecommitdiffstats
path: root/tdemdi/test
diff options
context:
space:
mode:
Diffstat (limited to 'tdemdi/test')
-rw-r--r--tdemdi/test/hello.h2
-rw-r--r--tdemdi/test/mainwidget.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/tdemdi/test/hello.h b/tdemdi/test/hello.h
index b6ce589a0..9af080d11 100644
--- a/tdemdi/test/hello.h
+++ b/tdemdi/test/hello.h
@@ -20,7 +20,7 @@ class TQPaintEvent;
class Hello : public KMdiChildView
{
- Q_OBJECT
+ TQ_OBJECT
public:
Hello( const char *title, const char *text, TQWidget* parentWidget = 0 );
signals:
diff --git a/tdemdi/test/mainwidget.h b/tdemdi/test/mainwidget.h
index f1635d25e..a59989f9a 100644
--- a/tdemdi/test/mainwidget.h
+++ b/tdemdi/test/mainwidget.h
@@ -29,7 +29,7 @@
*/
class MainWidget : public KMdiMainFrm
{
- Q_OBJECT
+ TQ_OBJECT
public:
MainWidget(TQDomElement& dockConfig,KMdi::MdiMode mode);
virtual ~MainWidget();
@@ -50,7 +50,7 @@ private:
*/
class RestartWidget : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
// methods
public:
RestartWidget();