From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- certmanager/lib/ui/adddirectoryservicedialogimpl.h | 2 +- certmanager/lib/ui/backendconfigwidget.h | 2 +- certmanager/lib/ui/cryptoconfigdialog.h | 2 +- certmanager/lib/ui/cryptoconfigmodule.h | 2 +- certmanager/lib/ui/cryptoconfigmodule_p.h | 20 ++++++++++---------- certmanager/lib/ui/directoryserviceswidget.h | 2 +- certmanager/lib/ui/dnattributeorderconfigwidget.h | 2 +- certmanager/lib/ui/kdhorizontalline.h | 2 +- certmanager/lib/ui/keyapprovaldialog.h | 2 +- certmanager/lib/ui/keylistview.h | 2 +- certmanager/lib/ui/keyrequester.h | 6 +++--- certmanager/lib/ui/keyselectiondialog.h | 2 +- certmanager/lib/ui/messagebox.cpp | 2 +- certmanager/lib/ui/passphrasedialog.h | 2 +- certmanager/lib/ui/progressbar.h | 2 +- certmanager/lib/ui/progressdialog.h | 2 +- 16 files changed, 27 insertions(+), 27 deletions(-) (limited to 'certmanager/lib/ui') diff --git a/certmanager/lib/ui/adddirectoryservicedialogimpl.h b/certmanager/lib/ui/adddirectoryservicedialogimpl.h index 0b1a0ca6a..f8924dac5 100644 --- a/certmanager/lib/ui/adddirectoryservicedialogimpl.h +++ b/certmanager/lib/ui/adddirectoryservicedialogimpl.h @@ -37,7 +37,7 @@ class AddDirectoryServiceDialogImpl : public AddDirectoryServiceDialog { Q_OBJECT - TQ_OBJECT + public: AddDirectoryServiceDialogImpl( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/certmanager/lib/ui/backendconfigwidget.h b/certmanager/lib/ui/backendconfigwidget.h index 1cc9362f2..f01315475 100644 --- a/certmanager/lib/ui/backendconfigwidget.h +++ b/certmanager/lib/ui/backendconfigwidget.h @@ -47,7 +47,7 @@ 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 ); ~BackendConfigWidget(); diff --git a/certmanager/lib/ui/cryptoconfigdialog.h b/certmanager/lib/ui/cryptoconfigdialog.h index dc0dca753..3f6ba328c 100644 --- a/certmanager/lib/ui/cryptoconfigdialog.h +++ b/certmanager/lib/ui/cryptoconfigdialog.h @@ -46,7 +46,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 b6f832b83..4d5042f58 100644 --- a/certmanager/lib/ui/cryptoconfigmodule.h +++ b/certmanager/lib/ui/cryptoconfigmodule.h @@ -47,7 +47,7 @@ namespace Kleo { */ 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 0c5f0087b..c841a092e 100644 --- a/certmanager/lib/ui/cryptoconfigmodule_p.h +++ b/certmanager/lib/ui/cryptoconfigmodule_p.h @@ -58,7 +58,7 @@ namespace Kleo { */ class CryptoConfigComponentGUI : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CryptoConfigComponentGUI( CryptoConfigModule* module, Kleo::CryptoConfigComponent* component, @@ -78,7 +78,7 @@ namespace Kleo { */ class CryptoConfigGroupGUI : public TQObject { Q_OBJECT - TQ_OBJECT + public: CryptoConfigGroupGUI( CryptoConfigModule* module, Kleo::CryptoConfigGroup* group, @@ -110,7 +110,7 @@ namespace Kleo { */ class CryptoConfigEntryGUI : public TQObject { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntryGUI( CryptoConfigModule* module, Kleo::CryptoConfigEntry* entry, @@ -148,7 +148,7 @@ namespace Kleo { */ class CryptoConfigEntryLineEdit : public CryptoConfigEntryGUI { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntryLineEdit( CryptoConfigModule* module, @@ -168,7 +168,7 @@ namespace Kleo { */ class CryptoConfigEntryPath : public CryptoConfigEntryGUI { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntryPath( CryptoConfigModule* module, @@ -188,7 +188,7 @@ namespace Kleo { */ class CryptoConfigEntryDirPath : public CryptoConfigEntryGUI { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntryDirPath( CryptoConfigModule* module, @@ -208,7 +208,7 @@ namespace Kleo { */ class CryptoConfigEntryURL : public CryptoConfigEntryGUI { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntryURL( CryptoConfigModule* module, @@ -228,7 +228,7 @@ namespace Kleo { */ class CryptoConfigEntrySpinBox : public CryptoConfigEntryGUI { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntrySpinBox( CryptoConfigModule* module, @@ -248,7 +248,7 @@ namespace Kleo { */ class CryptoConfigEntryCheckBox : public CryptoConfigEntryGUI { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntryCheckBox( CryptoConfigModule* module, @@ -267,7 +267,7 @@ namespace Kleo { */ class CryptoConfigEntryLDAPURL : public CryptoConfigEntryGUI { Q_OBJECT - TQ_OBJECT + public: CryptoConfigEntryLDAPURL( CryptoConfigModule* module, diff --git a/certmanager/lib/ui/directoryserviceswidget.h b/certmanager/lib/ui/directoryserviceswidget.h index 3b20bb324..a98bc5fe2 100644 --- a/certmanager/lib/ui/directoryserviceswidget.h +++ b/certmanager/lib/ui/directoryserviceswidget.h @@ -44,7 +44,7 @@ class CryptoConfigEntry; class KDE_EXPORT DirectoryServicesWidget : public DirectoryServicesWidgetBase { Q_OBJECT - TQ_OBJECT + public: DirectoryServicesWidget( diff --git a/certmanager/lib/ui/dnattributeorderconfigwidget.h b/certmanager/lib/ui/dnattributeorderconfigwidget.h index 4f87c4e61..b7ba1330e 100644 --- a/certmanager/lib/ui/dnattributeorderconfigwidget.h +++ b/certmanager/lib/ui/dnattributeorderconfigwidget.h @@ -45,7 +45,7 @@ namespace Kleo { class KDE_EXPORT DNAttributeOrderConfigWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /*! Use Kleo::DNAttributeMapper::instance()->configWidget( parent, name ) instead. */ DNAttributeOrderConfigWidget( DNAttributeMapper * mapper, TQWidget * parent=0, const char * name=0, WFlags f=0 ); diff --git a/certmanager/lib/ui/kdhorizontalline.h b/certmanager/lib/ui/kdhorizontalline.h index 530b89081..71c1c928d 100644 --- a/certmanager/lib/ui/kdhorizontalline.h +++ b/certmanager/lib/ui/kdhorizontalline.h @@ -46,7 +46,7 @@ class KDHorizontalLine : public TQFrame { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString title READ title WRITE setTitle ) public: KDHorizontalLine( TQWidget * parent=0, const char * name=0, WFlags f=0 ); diff --git a/certmanager/lib/ui/keyapprovaldialog.h b/certmanager/lib/ui/keyapprovaldialog.h index 0b368635d..bd953fa32 100644 --- a/certmanager/lib/ui/keyapprovaldialog.h +++ b/certmanager/lib/ui/keyapprovaldialog.h @@ -57,7 +57,7 @@ namespace Kleo { class KDE_EXPORT KeyApprovalDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: struct Item { Item() : pref( UnknownPreference ) {} diff --git a/certmanager/lib/ui/keylistview.h b/certmanager/lib/ui/keylistview.h index ada8354e2..3f3edc034 100644 --- a/certmanager/lib/ui/keylistview.h +++ b/certmanager/lib/ui/keylistview.h @@ -200,7 +200,7 @@ namespace Kleo { class KDE_EXPORT KeyListView : public KListView { Q_OBJECT - TQ_OBJECT + friend class KeyListViewItem; public: diff --git a/certmanager/lib/ui/keyrequester.h b/certmanager/lib/ui/keyrequester.h index 5a3d53754..899d3cde4 100644 --- a/certmanager/lib/ui/keyrequester.h +++ b/certmanager/lib/ui/keyrequester.h @@ -75,7 +75,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, TQWidget * parent=0, const char * name=0 ); @@ -161,7 +161,7 @@ namespace Kleo { class KDE_EXPORT EncryptionKeyRequester : public KeyRequester { Q_OBJECT - TQ_OBJECT + public: enum { OpenPGP = 1, SMIME = 2, AllProtocols = OpenPGP|SMIME }; @@ -189,7 +189,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 b638947ee..630255c12 100644 --- a/certmanager/lib/ui/keyselectiondialog.h +++ b/certmanager/lib/ui/keyselectiondialog.h @@ -65,7 +65,7 @@ namespace Kleo { class KDE_EXPORT KeySelectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum KeyUsage { diff --git a/certmanager/lib/ui/messagebox.cpp b/certmanager/lib/ui/messagebox.cpp index 5917fdee8..96b710c37 100644 --- a/certmanager/lib/ui/messagebox.cpp +++ b/certmanager/lib/ui/messagebox.cpp @@ -75,7 +75,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 ) : KDialogBase( parent, name, false, i18n("View GnuPG Audit Log"), diff --git a/certmanager/lib/ui/passphrasedialog.h b/certmanager/lib/ui/passphrasedialog.h index 5b969a1ea..e83eca422 100644 --- a/certmanager/lib/ui/passphrasedialog.h +++ b/certmanager/lib/ui/passphrasedialog.h @@ -55,7 +55,7 @@ namespace Kleo { class PassphraseDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PassphraseDialog( const TQString & description, const TQString & caption=TQString(), diff --git a/certmanager/lib/ui/progressbar.h b/certmanager/lib/ui/progressbar.h index bf804b58e..51f86dade 100644 --- a/certmanager/lib/ui/progressbar.h +++ b/certmanager/lib/ui/progressbar.h @@ -44,7 +44,7 @@ namespace Kleo { */ 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 0c05cdbd3..dadfd7690 100644 --- a/certmanager/lib/ui/progressdialog.h +++ b/certmanager/lib/ui/progressdialog.h @@ -45,7 +45,7 @@ namespace Kleo { */ class KDE_EXPORT ProgressDialog : public TQProgressDialog { Q_OBJECT - TQ_OBJECT + public: ProgressDialog( Job * job, const TQString & baseText, TQWidget * creator=0, const char * name=0, WFlags f=0 ); -- cgit v1.2.1