summaryrefslogtreecommitdiffstats
path: root/tdecore/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests')
-rw-r--r--tdecore/tests/kipctest.h2
-rw-r--r--tdecore/tests/klocaletest.h2
-rw-r--r--tdecore/tests/kprocesstest.h2
-rw-r--r--tdecore/tests/kprociotest.h2
-rw-r--r--tdecore/tests/tdeconfigtestgui.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/tests/kipctest.h b/tdecore/tests/kipctest.h
index 17122fbd8..1f71843f6 100644
--- a/tdecore/tests/kipctest.h
+++ b/tdecore/tests/kipctest.h
@@ -5,7 +5,7 @@
class MyObject: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyObject();
diff --git a/tdecore/tests/klocaletest.h b/tdecore/tests/klocaletest.h
index 6634b6107..433807b78 100644
--- a/tdecore/tests/klocaletest.h
+++ b/tdecore/tests/klocaletest.h
@@ -11,7 +11,7 @@ class TQLabel;
*/
class Test : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**@name methods */
diff --git a/tdecore/tests/kprocesstest.h b/tdecore/tests/kprocesstest.h
index 5817af438..4bd4ab71e 100644
--- a/tdecore/tests/kprocesstest.h
+++ b/tdecore/tests/kprocesstest.h
@@ -17,7 +17,7 @@
class Dummy : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public slots:
void printMessage(TDEProcess *proc)
diff --git a/tdecore/tests/kprociotest.h b/tdecore/tests/kprociotest.h
index fd60bb87b..78b5ad926 100644
--- a/tdecore/tests/kprociotest.h
+++ b/tdecore/tests/kprociotest.h
@@ -17,7 +17,7 @@
class Dummy : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public slots:
void printMessage(TDEProcess *proc)
diff --git a/tdecore/tests/tdeconfigtestgui.h b/tdecore/tests/tdeconfigtestgui.h
index a7cfd1356..4c3384d90 100644
--- a/tdecore/tests/tdeconfigtestgui.h
+++ b/tdecore/tests/tdeconfigtestgui.h
@@ -41,7 +41,7 @@
class TDEConfigTestView : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEConfigTestView( TQWidget *parent=0, const char *name=0 );
~TDEConfigTestView();