summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/ui')
-rw-r--r--certmanager/lib/ui/adddirectoryservicedialogimpl.h2
-rw-r--r--certmanager/lib/ui/backendconfigwidget.h2
-rw-r--r--certmanager/lib/ui/cryptoconfigdialog.h2
-rw-r--r--certmanager/lib/ui/cryptoconfigmodule.h2
-rw-r--r--certmanager/lib/ui/cryptoconfigmodule_p.h20
-rw-r--r--certmanager/lib/ui/directoryserviceswidget.h2
-rw-r--r--certmanager/lib/ui/dnattributeorderconfigwidget.h2
-rw-r--r--certmanager/lib/ui/kdhorizontalline.h2
-rw-r--r--certmanager/lib/ui/keyapprovaldialog.h2
-rw-r--r--certmanager/lib/ui/keylistview.h2
-rw-r--r--certmanager/lib/ui/keyrequester.h6
-rw-r--r--certmanager/lib/ui/keyselectiondialog.h2
-rw-r--r--certmanager/lib/ui/messagebox.cpp2
-rw-r--r--certmanager/lib/ui/passphrasedialog.h2
-rw-r--r--certmanager/lib/ui/progressbar.h2
-rw-r--r--certmanager/lib/ui/progressdialog.h2
16 files changed, 27 insertions, 27 deletions
diff --git a/certmanager/lib/ui/adddirectoryservicedialogimpl.h b/certmanager/lib/ui/adddirectoryservicedialogimpl.h
index 0b1a0ca6..f8924dac 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 1cc9362f..f0131547 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 dc0dca75..3f6ba328 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 b6f832b8..4d5042f5 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 0c5f0087..c841a092 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 3b20bb32..a98bc5fe 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 4f87c4e6..b7ba1330 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 530b8908..71c1c928 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 0b368635..bd953fa3 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 ada8354e..3f3edc03 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 5a3d5375..899d3cde 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 b638947e..630255c1 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 5917fdee..96b710c3 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 5b969a1e..e83eca42 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 bf804b58..51f86dad 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 0c05cdbd..dadfd769 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 );