summaryrefslogtreecommitdiffstats
path: root/libkcddb
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:43 +0900
commit678ee0d63590ba7bf1cad32070c229d699617a3c (patch)
tree04cea2ad9f3a2067119417dfe2bbc583a973a2cf /libkcddb
parent7ca73e272ed839b546d224918ec538b57011782b (diff)
downloadtdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.tar.gz
tdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkcddb')
-rw-r--r--libkcddb/asynccddbplookup.h2
-rw-r--r--libkcddb/asynchttplookup.h2
-rw-r--r--libkcddb/asynchttpsubmit.h2
-rw-r--r--libkcddb/asyncsmtpsubmit.h2
-rw-r--r--libkcddb/cdinfoencodingwidget.h2
-rw-r--r--libkcddb/client.h2
-rw-r--r--libkcddb/httplookup.h2
-rw-r--r--libkcddb/kcmcddb/cddbconfigwidget.h2
-rw-r--r--libkcddb/kcmcddb/kcmcddb.h2
-rw-r--r--libkcddb/test/asynccddblookuptest.h2
-rw-r--r--libkcddb/test/asynchttplookuptest.h2
-rw-r--r--libkcddb/test/asynchttpsubmittest.h2
-rw-r--r--libkcddb/test/asyncsmtpsubmittest.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/libkcddb/asynccddbplookup.h b/libkcddb/asynccddbplookup.h
index d63f8d54..f4f5d8cb 100644
--- a/libkcddb/asynccddbplookup.h
+++ b/libkcddb/asynccddbplookup.h
@@ -29,7 +29,7 @@ namespace KCDDB
{
class AsyncCDDBPLookup : public CDDBPLookup
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/asynchttplookup.h b/libkcddb/asynchttplookup.h
index 9e3f212b..ad27e6fc 100644
--- a/libkcddb/asynchttplookup.h
+++ b/libkcddb/asynchttplookup.h
@@ -28,7 +28,7 @@ namespace KCDDB
class AsyncHTTPLookup : public HTTPLookup
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/asynchttpsubmit.h b/libkcddb/asynchttpsubmit.h
index 0eb82ae7..6c21954c 100644
--- a/libkcddb/asynchttpsubmit.h
+++ b/libkcddb/asynchttpsubmit.h
@@ -25,7 +25,7 @@ namespace KCDDB
{
class AsyncHTTPSubmit : public HTTPSubmit
{
- Q_OBJECT
+ TQ_OBJECT
public:
AsyncHTTPSubmit(const TQString& from, const TQString& hostname, uint port);
diff --git a/libkcddb/asyncsmtpsubmit.h b/libkcddb/asyncsmtpsubmit.h
index fb96b401..710b6e06 100644
--- a/libkcddb/asyncsmtpsubmit.h
+++ b/libkcddb/asyncsmtpsubmit.h
@@ -26,7 +26,7 @@ namespace KCDDB
{
class AsyncSMTPSubmit : public SMTPSubmit
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/cdinfoencodingwidget.h b/libkcddb/cdinfoencodingwidget.h
index 36508475..32965907 100644
--- a/libkcddb/cdinfoencodingwidget.h
+++ b/libkcddb/cdinfoencodingwidget.h
@@ -26,7 +26,7 @@ namespace KCDDB
{
class CDInfoEncodingWidget : public CDInfoEncodingWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CDInfoEncodingWidget(TQWidget* parent, const TQString& artist, const TQString& title,
diff --git a/libkcddb/client.h b/libkcddb/client.h
index 5d513878..c28d763e 100644
--- a/libkcddb/client.h
+++ b/libkcddb/client.h
@@ -42,7 +42,7 @@ namespace KCDDB
*/
class KDE_EXPORT Client : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/httplookup.h b/libkcddb/httplookup.h
index e5ee54fe..57f0f06c 100644
--- a/libkcddb/httplookup.h
+++ b/libkcddb/httplookup.h
@@ -37,7 +37,7 @@ namespace KCDDB
class HTTPLookup : public Lookup
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/kcmcddb/cddbconfigwidget.h b/libkcddb/kcmcddb/cddbconfigwidget.h
index 459bdf6d..515ae811 100644
--- a/libkcddb/kcmcddb/cddbconfigwidget.h
+++ b/libkcddb/kcmcddb/cddbconfigwidget.h
@@ -26,7 +26,7 @@
class CDDBConfigWidget : public CDDBConfigWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/kcmcddb/kcmcddb.h b/libkcddb/kcmcddb/kcmcddb.h
index 3600cc15..2ef3f245 100644
--- a/libkcddb/kcmcddb/kcmcddb.h
+++ b/libkcddb/kcmcddb/kcmcddb.h
@@ -29,7 +29,7 @@ class TDEConfigDialogManager;
class CDDBModule : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/test/asynccddblookuptest.h b/libkcddb/test/asynccddblookuptest.h
index 459799e5..db139bc7 100644
--- a/libkcddb/test/asynccddblookuptest.h
+++ b/libkcddb/test/asynccddblookuptest.h
@@ -8,7 +8,7 @@ using namespace KCDDB;
class AsyncCDDBLookupTest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/test/asynchttplookuptest.h b/libkcddb/test/asynchttplookuptest.h
index b11c3893..4756b909 100644
--- a/libkcddb/test/asynchttplookuptest.h
+++ b/libkcddb/test/asynchttplookuptest.h
@@ -8,7 +8,7 @@ using namespace KCDDB;
class AsyncHTTPLookupTest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/test/asynchttpsubmittest.h b/libkcddb/test/asynchttpsubmittest.h
index bbcf8059..270483e0 100644
--- a/libkcddb/test/asynchttpsubmittest.h
+++ b/libkcddb/test/asynchttpsubmittest.h
@@ -8,7 +8,7 @@ using namespace KCDDB;
class AsyncHTTPSubmitTest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkcddb/test/asyncsmtpsubmittest.h b/libkcddb/test/asyncsmtpsubmittest.h
index d3b68bfc..77eba500 100644
--- a/libkcddb/test/asyncsmtpsubmittest.h
+++ b/libkcddb/test/asyncsmtpsubmittest.h
@@ -8,7 +8,7 @@ using namespace KCDDB;
class AsyncSMTPSubmitTest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: