diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:36:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 19:44:38 +0900 |
commit | 8eb500c4e81229a9853e2f9bac4f39450083f3d7 (patch) | |
tree | 3c700b8550635d12c771ff0a1cb310a40a88e4b7 /tdeabc/plugins | |
parent | a91e58bb975c56acdab25227a8b1c1c842dbdd34 (diff) | |
download | tdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.tar.gz tdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeabc/plugins')
-rw-r--r-- | tdeabc/plugins/dir/resourcedir.h | 2 | ||||
-rw-r--r-- | tdeabc/plugins/dir/resourcedirconfig.h | 2 | ||||
-rw-r--r-- | tdeabc/plugins/file/resourcefile.h | 2 | ||||
-rw-r--r-- | tdeabc/plugins/file/resourcefileconfig.h | 2 | ||||
-rw-r--r-- | tdeabc/plugins/ldaptdeio/resourceldaptdeio.h | 2 | ||||
-rw-r--r-- | tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h | 6 | ||||
-rw-r--r-- | tdeabc/plugins/net/resourcenet.h | 2 | ||||
-rw-r--r-- | tdeabc/plugins/net/resourcenetconfig.h | 2 | ||||
-rw-r--r-- | tdeabc/plugins/sql/resourcesqlconfig.h | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/tdeabc/plugins/dir/resourcedir.h b/tdeabc/plugins/dir/resourcedir.h index dc9d1d06a..8c9eb66a4 100644 --- a/tdeabc/plugins/dir/resourcedir.h +++ b/tdeabc/plugins/dir/resourcedir.h @@ -40,7 +40,7 @@ class Lock; */ class KABC_EXPORT ResourceDir : public Resource { - Q_OBJECT + TQ_OBJECT public: ResourceDir( const TDEConfig* ); diff --git a/tdeabc/plugins/dir/resourcedirconfig.h b/tdeabc/plugins/dir/resourcedirconfig.h index 51fac5812..9ba2ec492 100644 --- a/tdeabc/plugins/dir/resourcedirconfig.h +++ b/tdeabc/plugins/dir/resourcedirconfig.h @@ -30,7 +30,7 @@ namespace TDEABC { class KABC_EXPORT ResourceDirConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: ResourceDirConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/tdeabc/plugins/file/resourcefile.h b/tdeabc/plugins/file/resourcefile.h index ffa19a4bf..2f38254a2 100644 --- a/tdeabc/plugins/file/resourcefile.h +++ b/tdeabc/plugins/file/resourcefile.h @@ -39,7 +39,7 @@ class Lock; */ class KABC_EXPORT ResourceFile : public Resource { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/tdeabc/plugins/file/resourcefileconfig.h b/tdeabc/plugins/file/resourcefileconfig.h index 3be4cca49..0f3c12cd5 100644 --- a/tdeabc/plugins/file/resourcefileconfig.h +++ b/tdeabc/plugins/file/resourcefileconfig.h @@ -30,7 +30,7 @@ namespace TDEABC { class KABC_EXPORT ResourceFileConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: ResourceFileConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/tdeabc/plugins/ldaptdeio/resourceldaptdeio.h b/tdeabc/plugins/ldaptdeio/resourceldaptdeio.h index 8f0565c3e..e82e94c83 100644 --- a/tdeabc/plugins/ldaptdeio/resourceldaptdeio.h +++ b/tdeabc/plugins/ldaptdeio/resourceldaptdeio.h @@ -32,7 +32,7 @@ namespace TDEABC { class KABC_EXPORT ResourceLDAPTDEIO : public Resource { - Q_OBJECT + TQ_OBJECT public: enum CachePolicy{ Cache_No, Cache_NoConnection, Cache_Always }; diff --git a/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h b/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h index d56b4de31..2d3f3571f 100644 --- a/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h +++ b/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h @@ -44,7 +44,7 @@ namespace TDEABC { class KABC_EXPORT ResourceLDAPTDEIOConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: ResourceLDAPTDEIOConfig( TQWidget* parent = 0, const char* name = 0 ); @@ -68,7 +68,7 @@ class KABC_EXPORT ResourceLDAPTDEIOConfig : public KRES::ConfigWidget class AttributesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AttributesDialog( const TQMap<TQString, TQString> &attributes, int rdnprefix, @@ -93,7 +93,7 @@ class AttributesDialog : public KDialogBase class OfflineDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: OfflineDialog( bool autoCache, int cachePolicy, const KURL &src, diff --git a/tdeabc/plugins/net/resourcenet.h b/tdeabc/plugins/net/resourcenet.h index e190c63c8..0ce7bf862 100644 --- a/tdeabc/plugins/net/resourcenet.h +++ b/tdeabc/plugins/net/resourcenet.h @@ -44,7 +44,7 @@ class FormatPlugin; */ class KABC_EXPORT ResourceNet : public Resource { - Q_OBJECT + TQ_OBJECT public: ResourceNet( const TDEConfig* ); diff --git a/tdeabc/plugins/net/resourcenetconfig.h b/tdeabc/plugins/net/resourcenetconfig.h index 513c77de2..df1a73ba6 100644 --- a/tdeabc/plugins/net/resourcenetconfig.h +++ b/tdeabc/plugins/net/resourcenetconfig.h @@ -30,7 +30,7 @@ namespace TDEABC { class KABC_EXPORT ResourceNetConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: ResourceNetConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/tdeabc/plugins/sql/resourcesqlconfig.h b/tdeabc/plugins/sql/resourcesqlconfig.h index e0c08880c..116248809 100644 --- a/tdeabc/plugins/sql/resourcesqlconfig.h +++ b/tdeabc/plugins/sql/resourcesqlconfig.h @@ -30,7 +30,7 @@ namespace TDEABC { class ResourceSqlConfig : public ResourceConfigWidget { - Q_OBJECT + TQ_OBJECT public: ResourceSqlConfig( TQWidget* parent = 0, const char* name = 0 ); |