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:46:54 +0900 |
commit | 55cd4e5c5697a37d6845e2f056a16c512799023c (patch) | |
tree | 931f7e94f3a152b1bc24f3e676b5eb6651064d6b /tdeabc | |
parent | 5c2b0a1494b04e420a342ea5bae7699a812af82c (diff) | |
download | tdelibs-55cd4e5c5697a37d6845e2f056a16c512799023c.tar.gz tdelibs-55cd4e5c5697a37d6845e2f056a16c512799023c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
Diffstat (limited to 'tdeabc')
-rw-r--r-- | tdeabc/addressbook.h | 2 | ||||
-rw-r--r-- | tdeabc/addresseedialog.h | 2 | ||||
-rw-r--r-- | tdeabc/addresslineedit.h | 2 | ||||
-rw-r--r-- | tdeabc/distributionlist.h | 2 | ||||
-rw-r--r-- | tdeabc/distributionlistdialog.h | 4 | ||||
-rw-r--r-- | tdeabc/distributionlisteditor.h | 2 | ||||
-rw-r--r-- | tdeabc/ldapclient.h | 4 | ||||
-rw-r--r-- | tdeabc/ldapconfigwidget.h | 2 | ||||
-rw-r--r-- | tdeabc/lock.h | 2 | ||||
-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 | ||||
-rw-r--r-- | tdeabc/resource.h | 2 | ||||
-rw-r--r-- | tdeabc/resourceselectdialog.h | 2 | ||||
-rw-r--r-- | tdeabc/tests/testldapclient.h | 2 | ||||
-rw-r--r-- | tdeabc/tests/testlock.h | 2 |
22 files changed, 26 insertions, 26 deletions
diff --git a/tdeabc/addressbook.h b/tdeabc/addressbook.h index 5a3d1a45a..f2fa1e0e1 100644 --- a/tdeabc/addressbook.h +++ b/tdeabc/addressbook.h @@ -42,7 +42,7 @@ class Ticket; */ class KABC_EXPORT AddressBook : public TQObject { - Q_OBJECT + TQ_OBJECT friend KABC_EXPORT TQDataStream &operator<<( TQDataStream &, const AddressBook & ); friend KABC_EXPORT TQDataStream &operator>>( TQDataStream &, AddressBook & ); diff --git a/tdeabc/addresseedialog.h b/tdeabc/addresseedialog.h index f94b49b71..4623abdb1 100644 --- a/tdeabc/addresseedialog.h +++ b/tdeabc/addresseedialog.h @@ -82,7 +82,7 @@ class KABC_EXPORT AddresseeItem : public TQListViewItem */ class KABC_EXPORT AddresseeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/tdeabc/addresslineedit.h b/tdeabc/addresslineedit.h index b8f83ceab..d42e35533 100644 --- a/tdeabc/addresslineedit.h +++ b/tdeabc/addresslineedit.h @@ -49,7 +49,7 @@ class LdapSearch; */ class KABC_EXPORT AddressLineEdit : public KLineEdit { - Q_OBJECT + TQ_OBJECT public: AddressLineEdit(TQWidget* parent, bool useCompletion = true, const char *name = 0L); diff --git a/tdeabc/distributionlist.h b/tdeabc/distributionlist.h index 44de7f0d3..acd4ee22b 100644 --- a/tdeabc/distributionlist.h +++ b/tdeabc/distributionlist.h @@ -188,7 +188,7 @@ class KABC_EXPORT DistributionListManager class KABC_EXPORT DistributionListWatcher : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/tdeabc/distributionlistdialog.h b/tdeabc/distributionlistdialog.h index 0270c3605..3fd97243d 100644 --- a/tdeabc/distributionlistdialog.h +++ b/tdeabc/distributionlistdialog.h @@ -54,7 +54,7 @@ class DistributionListManager; */ class KABC_EXPORT DistributionListDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -100,7 +100,7 @@ class KABC_EXPORT EmailSelector : public KDialogBase */ class KABC_EXPORT DistributionListEditorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DistributionListEditorWidget( AddressBook *, TQWidget *parent ); diff --git a/tdeabc/distributionlisteditor.h b/tdeabc/distributionlisteditor.h index 5c0b4c03a..e82d8961f 100644 --- a/tdeabc/distributionlisteditor.h +++ b/tdeabc/distributionlisteditor.h @@ -53,7 +53,7 @@ class KABC_EXPORT EmailSelectDialog : public KDialogBase */ class KABC_EXPORT DistributionListEditor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DistributionListEditor( AddressBook *, TQWidget *parent ); virtual ~DistributionListEditor(); diff --git a/tdeabc/ldapclient.h b/tdeabc/ldapclient.h index a4a5747a6..c05162a22 100644 --- a/tdeabc/ldapclient.h +++ b/tdeabc/ldapclient.h @@ -84,7 +84,7 @@ class KABC_EXPORT LdapObject */ class KABC_EXPORT LdapClient : public TQObject { - Q_OBJECT + TQ_OBJECT public: LdapClient( TQObject* parent = 0, const char* name = 0 ); @@ -206,7 +206,7 @@ typedef TQValueList<LdapResult> LdapResultList; */ class KABC_EXPORT LdapSearch : public TQObject { - Q_OBJECT + TQ_OBJECT public: LdapSearch(); diff --git a/tdeabc/ldapconfigwidget.h b/tdeabc/ldapconfigwidget.h index ed39bb776..9f053bfd9 100644 --- a/tdeabc/ldapconfigwidget.h +++ b/tdeabc/ldapconfigwidget.h @@ -49,7 +49,7 @@ namespace TDEABC { class KABC_EXPORT LdapConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( LCW_Flags flags READ flagsProp WRITE setFlagsProp ) TQ_PROPERTY( TQString user READ user WRITE setUser ) diff --git a/tdeabc/lock.h b/tdeabc/lock.h index d4d04532a..6b96d9fe7 100644 --- a/tdeabc/lock.h +++ b/tdeabc/lock.h @@ -34,7 +34,7 @@ namespace TDEABC { */ class KABC_EXPORT Lock : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** Constructor. 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 ); diff --git a/tdeabc/resource.h b/tdeabc/resource.h index 5e9d9cb0d..d18c551d3 100644 --- a/tdeabc/resource.h +++ b/tdeabc/resource.h @@ -54,7 +54,7 @@ class KABC_EXPORT Ticket */ class KABC_EXPORT Resource : public KRES::Resource { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdeabc/resourceselectdialog.h b/tdeabc/resourceselectdialog.h index 1d820ece1..b8df436ac 100644 --- a/tdeabc/resourceselectdialog.h +++ b/tdeabc/resourceselectdialog.h @@ -38,7 +38,7 @@ class Resource; */ class KABC_EXPORT_DEPRECATED ResourceSelectDialog : KDialog { - Q_OBJECT + TQ_OBJECT public: ResourceSelectDialog( AddressBook *ab, TQWidget *parent = 0, diff --git a/tdeabc/tests/testldapclient.h b/tdeabc/tests/testldapclient.h index 502115b07..8b1a9bda4 100644 --- a/tdeabc/tests/testldapclient.h +++ b/tdeabc/tests/testldapclient.h @@ -26,7 +26,7 @@ typedef TDEABC::LdapClient LdapClient; class TestLDAPClient : public TQObject { - Q_OBJECT + TQ_OBJECT public: TestLDAPClient() {} diff --git a/tdeabc/tests/testlock.h b/tdeabc/tests/testlock.h index 62466b89a..a093a9ecb 100644 --- a/tdeabc/tests/testlock.h +++ b/tdeabc/tests/testlock.h @@ -30,7 +30,7 @@ class TQListView; class KABC_EXPORT LockWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: LockWidget( const TQString &identifier ); ~LockWidget(); |