diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 22:41:06 +0900 |
commit | efa55080160c7b88c4052c2567439c324f646614 (patch) | |
tree | 6f894bc54817f27de8bca8d9d412dcfa3d5c8c88 /certmanager/lib/ui | |
parent | fd4746cdc3b8d6aafd50a5d7fa009caa8c05b85c (diff) | |
download | tdepim-efa55080160c7b88c4052c2567439c324f646614.tar.gz tdepim-efa55080160c7b88c4052c2567439c324f646614.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df)
Diffstat (limited to 'certmanager/lib/ui')
-rw-r--r-- | certmanager/lib/ui/adddirectoryservicedialogimpl.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/backendconfigwidget.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/cryptoconfigdialog.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/cryptoconfigmodule.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/cryptoconfigmodule_p.h | 20 | ||||
-rw-r--r-- | certmanager/lib/ui/directoryserviceswidget.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/dnattributeorderconfigwidget.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/kdhorizontalline.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/keyapprovaldialog.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/keylistview.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/keyrequester.h | 6 | ||||
-rw-r--r-- | certmanager/lib/ui/keyselectiondialog.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/messagebox.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/passphrasedialog.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/progressbar.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/progressdialog.h | 2 |
16 files changed, 27 insertions, 27 deletions
diff --git a/certmanager/lib/ui/adddirectoryservicedialogimpl.h b/certmanager/lib/ui/adddirectoryservicedialogimpl.h index f8924dac5..c422c3a4f 100644 --- a/certmanager/lib/ui/adddirectoryservicedialogimpl.h +++ b/certmanager/lib/ui/adddirectoryservicedialogimpl.h @@ -36,7 +36,7 @@ class AddDirectoryServiceDialogImpl : public AddDirectoryServiceDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/certmanager/lib/ui/backendconfigwidget.h b/certmanager/lib/ui/backendconfigwidget.h index ad60654b6..041177a20 100644 --- a/certmanager/lib/ui/backendconfigwidget.h +++ b/certmanager/lib/ui/backendconfigwidget.h @@ -46,7 +46,7 @@ class TQListViewItem; namespace Kleo { class KDE_EXPORT BackendConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: BackendConfigWidget( CryptoBackendFactory * factory, TQWidget * parent=0, const char * name=0, WFlags f=0 ); diff --git a/certmanager/lib/ui/cryptoconfigdialog.h b/certmanager/lib/ui/cryptoconfigdialog.h index 0ef8009c6..9ed30c9e3 100644 --- a/certmanager/lib/ui/cryptoconfigdialog.h +++ b/certmanager/lib/ui/cryptoconfigdialog.h @@ -45,7 +45,7 @@ namespace Kleo { */ class KDE_EXPORT CryptoConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CryptoConfigDialog( Kleo::CryptoConfig* config, TQWidget *parent = 0, const char* name = 0 ); diff --git a/certmanager/lib/ui/cryptoconfigmodule.h b/certmanager/lib/ui/cryptoconfigmodule.h index 2902423c8..dd0d34218 100644 --- a/certmanager/lib/ui/cryptoconfigmodule.h +++ b/certmanager/lib/ui/cryptoconfigmodule.h @@ -46,7 +46,7 @@ namespace Kleo { * It's a simple TQWidget so that it can be embedded into a dialog or into a TDECModule. */ class CryptoConfigModule : public KJanusWidget { - Q_OBJECT + TQ_OBJECT public: CryptoConfigModule( Kleo::CryptoConfig* config, TQWidget * parent=0, const char * name=0 ); diff --git a/certmanager/lib/ui/cryptoconfigmodule_p.h b/certmanager/lib/ui/cryptoconfigmodule_p.h index c841a092e..652d2071b 100644 --- a/certmanager/lib/ui/cryptoconfigmodule_p.h +++ b/certmanager/lib/ui/cryptoconfigmodule_p.h @@ -57,7 +57,7 @@ namespace Kleo { * A widget corresponding to a component in the crypto config */ class CryptoConfigComponentGUI : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -77,7 +77,7 @@ namespace Kleo { * A class managing widgets corresponding to a group in the crypto config */ class CryptoConfigGroupGUI : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -109,7 +109,7 @@ namespace Kleo { * Base class for the widget managers tied to an entry in the crypto config */ class CryptoConfigEntryGUI : public TQObject { - Q_OBJECT + TQ_OBJECT public: CryptoConfigEntryGUI( CryptoConfigModule* module, @@ -147,7 +147,7 @@ namespace Kleo { * A widget manager for a string entry in the crypto config */ class CryptoConfigEntryLineEdit : public CryptoConfigEntryGUI { - Q_OBJECT + TQ_OBJECT public: @@ -167,7 +167,7 @@ namespace Kleo { * A widget manager for a path entry in the crypto config */ class CryptoConfigEntryPath : public CryptoConfigEntryGUI { - Q_OBJECT + TQ_OBJECT public: @@ -187,7 +187,7 @@ namespace Kleo { * A widget manager for a directory path entry in the crypto config */ class CryptoConfigEntryDirPath : public CryptoConfigEntryGUI { - Q_OBJECT + TQ_OBJECT public: @@ -207,7 +207,7 @@ namespace Kleo { * A widget manager for an URL entry in the crypto config */ class CryptoConfigEntryURL : public CryptoConfigEntryGUI { - Q_OBJECT + TQ_OBJECT public: @@ -227,7 +227,7 @@ namespace Kleo { * A widget manager for an int/uint entry in the crypto config */ class CryptoConfigEntrySpinBox : public CryptoConfigEntryGUI { - Q_OBJECT + TQ_OBJECT public: @@ -247,7 +247,7 @@ namespace Kleo { * A widget manager for a bool entry in the crypto config */ class CryptoConfigEntryCheckBox : public CryptoConfigEntryGUI { - Q_OBJECT + TQ_OBJECT public: @@ -266,7 +266,7 @@ namespace Kleo { * A widget manager for a bool entry in the crypto config */ class CryptoConfigEntryLDAPURL : public CryptoConfigEntryGUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/certmanager/lib/ui/directoryserviceswidget.h b/certmanager/lib/ui/directoryserviceswidget.h index 950a87e94..5514e8771 100644 --- a/certmanager/lib/ui/directoryserviceswidget.h +++ b/certmanager/lib/ui/directoryserviceswidget.h @@ -43,7 +43,7 @@ class CryptoConfigEntry; class KDE_EXPORT DirectoryServicesWidget : public DirectoryServicesWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/certmanager/lib/ui/dnattributeorderconfigwidget.h b/certmanager/lib/ui/dnattributeorderconfigwidget.h index d39220ac9..70c093d45 100644 --- a/certmanager/lib/ui/dnattributeorderconfigwidget.h +++ b/certmanager/lib/ui/dnattributeorderconfigwidget.h @@ -44,7 +44,7 @@ class TQListViewItem; namespace Kleo { class KDE_EXPORT DNAttributeOrderConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /*! Use Kleo::DNAttributeMapper::instance()->configWidget( parent, name ) instead. */ diff --git a/certmanager/lib/ui/kdhorizontalline.h b/certmanager/lib/ui/kdhorizontalline.h index 4cae46b1e..e9b9646f7 100644 --- a/certmanager/lib/ui/kdhorizontalline.h +++ b/certmanager/lib/ui/kdhorizontalline.h @@ -45,7 +45,7 @@ #include <tqstring.h> class KDHorizontalLine : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString title READ title WRITE setTitle ) public: diff --git a/certmanager/lib/ui/keyapprovaldialog.h b/certmanager/lib/ui/keyapprovaldialog.h index a83e124b1..d6a59b096 100644 --- a/certmanager/lib/ui/keyapprovaldialog.h +++ b/certmanager/lib/ui/keyapprovaldialog.h @@ -56,7 +56,7 @@ class TQStringList; namespace Kleo { class KDE_EXPORT KeyApprovalDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: struct Item { diff --git a/certmanager/lib/ui/keylistview.h b/certmanager/lib/ui/keylistview.h index 6eeef5d87..414e4dea7 100644 --- a/certmanager/lib/ui/keylistview.h +++ b/certmanager/lib/ui/keylistview.h @@ -199,7 +199,7 @@ namespace Kleo { class KDE_EXPORT KeyListView : public TDEListView { - Q_OBJECT + TQ_OBJECT friend class KeyListViewItem; public: diff --git a/certmanager/lib/ui/keyrequester.h b/certmanager/lib/ui/keyrequester.h index 30fba80da..2f7b3b267 100644 --- a/certmanager/lib/ui/keyrequester.h +++ b/certmanager/lib/ui/keyrequester.h @@ -74,7 +74,7 @@ namespace Kleo { /// Base class for SigningKeyRequester and EncryptionKeyRequester class KDE_EXPORT KeyRequester : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KeyRequester( unsigned int allowedKeys, bool multipleKeys=false, @@ -160,7 +160,7 @@ namespace Kleo { class KDE_EXPORT EncryptionKeyRequester : public KeyRequester { - Q_OBJECT + TQ_OBJECT public: enum { OpenPGP = 1, SMIME = 2, AllProtocols = OpenPGP|SMIME }; @@ -188,7 +188,7 @@ namespace Kleo { class KDE_EXPORT SigningKeyRequester : public KeyRequester { - Q_OBJECT + TQ_OBJECT public: enum { OpenPGP = 1, SMIME = 2, AllProtocols = OpenPGP|SMIME }; diff --git a/certmanager/lib/ui/keyselectiondialog.h b/certmanager/lib/ui/keyselectiondialog.h index 126baa73a..c8c833dd7 100644 --- a/certmanager/lib/ui/keyselectiondialog.h +++ b/certmanager/lib/ui/keyselectiondialog.h @@ -64,7 +64,7 @@ namespace GpgME { namespace Kleo { class KDE_EXPORT KeySelectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/certmanager/lib/ui/messagebox.cpp b/certmanager/lib/ui/messagebox.cpp index fa14bfbe3..689c094e5 100644 --- a/certmanager/lib/ui/messagebox.cpp +++ b/certmanager/lib/ui/messagebox.cpp @@ -74,7 +74,7 @@ static KGuiItem KGuiItem_showAuditLog() { } class AuditLogViewer : public KDialogBase { - // Q_OBJECT + // TQ_OBJECT public: explicit AuditLogViewer( const TQString & log, TQWidget * parent=0, const char * name=0, WFlags f=0 ) diff --git a/certmanager/lib/ui/passphrasedialog.h b/certmanager/lib/ui/passphrasedialog.h index eece8f48e..15d0a157f 100644 --- a/certmanager/lib/ui/passphrasedialog.h +++ b/certmanager/lib/ui/passphrasedialog.h @@ -54,7 +54,7 @@ namespace Kleo { class PassphraseDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PassphraseDialog( const TQString & description, diff --git a/certmanager/lib/ui/progressbar.h b/certmanager/lib/ui/progressbar.h index c5495d393..ead5b12c0 100644 --- a/certmanager/lib/ui/progressbar.h +++ b/certmanager/lib/ui/progressbar.h @@ -43,7 +43,7 @@ namespace Kleo { @short A TQProgressBar with self-powered busy indicator */ class KDE_EXPORT ProgressBar : public TQProgressBar { - Q_OBJECT + TQ_OBJECT public: ProgressBar( TQWidget * parent=0, const char * name=0, WFlags f=0 ); diff --git a/certmanager/lib/ui/progressdialog.h b/certmanager/lib/ui/progressdialog.h index eb1b95b76..35b1886dc 100644 --- a/certmanager/lib/ui/progressdialog.h +++ b/certmanager/lib/ui/progressdialog.h @@ -44,7 +44,7 @@ namespace Kleo { @short A progress dialog for Kleo::Jobs */ class KDE_EXPORT ProgressDialog : public TQProgressDialog { - Q_OBJECT + TQ_OBJECT public: ProgressDialog( Job * job, const TQString & baseText, |