summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/groupwise')
-rw-r--r--kresources/groupwise/groupwisesettingswidget.h2
-rw-r--r--kresources/groupwise/kabc_resourcegroupwise.h2
-rw-r--r--kresources/groupwise/kabc_resourcegroupwiseconfig.h2
-rw-r--r--kresources/groupwise/kcal_resourcegroupwise.h2
-rw-r--r--kresources/groupwise/kcal_resourcegroupwiseconfig.h2
-rw-r--r--kresources/groupwise/kioslave/groupwise.h2
-rw-r--r--kresources/groupwise/soap/groupwiseserver.h2
-rw-r--r--kresources/groupwise/soap/ksslsocket.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/kresources/groupwise/groupwisesettingswidget.h b/kresources/groupwise/groupwisesettingswidget.h
index 03b68873..9fff6aa7 100644
--- a/kresources/groupwise/groupwisesettingswidget.h
+++ b/kresources/groupwise/groupwisesettingswidget.h
@@ -31,7 +31,7 @@ class TQListViewItem;
class GroupWiseSettingsWidget : public GroupWiseSettingsWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
GroupWiseSettingsWidget( TQWidget * parent );
TQMap<TQString, TQString> dirtySettings();
diff --git a/kresources/groupwise/kabc_resourcegroupwise.h b/kresources/groupwise/kabc_resourcegroupwise.h
index d5c6734b..23912916 100644
--- a/kresources/groupwise/kabc_resourcegroupwise.h
+++ b/kresources/groupwise/kabc_resourcegroupwise.h
@@ -42,7 +42,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached
friend class ResourceGroupwiseConfig;
Q_OBJECT
- TQ_OBJECT
+
public:
ResourceGroupwise( const KConfig * );
diff --git a/kresources/groupwise/kabc_resourcegroupwiseconfig.h b/kresources/groupwise/kabc_resourcegroupwiseconfig.h
index 4db0a705..5b7eb1cf 100644
--- a/kresources/groupwise/kabc_resourcegroupwiseconfig.h
+++ b/kresources/groupwise/kabc_resourcegroupwiseconfig.h
@@ -39,7 +39,7 @@ class ResourceGroupwise;
class KDE_EXPORT ResourceGroupwiseConfig : public KRES::ConfigWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ResourceGroupwiseConfig( TQWidget* parent = 0, const char* name = 0 );
diff --git a/kresources/groupwise/kcal_resourcegroupwise.h b/kresources/groupwise/kcal_resourcegroupwise.h
index 7baf0729..09e0b6d4 100644
--- a/kresources/groupwise/kcal_resourcegroupwise.h
+++ b/kresources/groupwise/kcal_resourcegroupwise.h
@@ -44,7 +44,7 @@ class GroupwisePrefsBase;
class KDE_EXPORT ResourceGroupwise : public ResourceCached
{
Q_OBJECT
- TQ_OBJECT
+
public:
ResourceGroupwise();
diff --git a/kresources/groupwise/kcal_resourcegroupwiseconfig.h b/kresources/groupwise/kcal_resourcegroupwiseconfig.h
index 2bf07c83..db47a3f4 100644
--- a/kresources/groupwise/kcal_resourcegroupwiseconfig.h
+++ b/kresources/groupwise/kcal_resourcegroupwiseconfig.h
@@ -42,7 +42,7 @@ class ResourceCachedSaveConfig;
class KDE_EXPORT ResourceGroupwiseConfig : public KRES::ConfigWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ResourceGroupwiseConfig( TQWidget *parent = 0, const char *name = 0 );
diff --git a/kresources/groupwise/kioslave/groupwise.h b/kresources/groupwise/kioslave/groupwise.h
index 72b57971..3d110af8 100644
--- a/kresources/groupwise/kioslave/groupwise.h
+++ b/kresources/groupwise/kioslave/groupwise.h
@@ -27,7 +27,7 @@
class Groupwise : public TQObject, public KIO::SlaveBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
void get( const KURL &url );
Groupwise( const TQCString &protocol, const TQCString &pool,
diff --git a/kresources/groupwise/soap/groupwiseserver.h b/kresources/groupwise/soap/groupwiseserver.h
index c37cc148..95218be0 100644
--- a/kresources/groupwise/soap/groupwiseserver.h
+++ b/kresources/groupwise/soap/groupwiseserver.h
@@ -94,7 +94,7 @@ class DeltaInfo
class GroupwiseServer : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
bool checkResponse( int result, ngwt__Status *status );
diff --git a/kresources/groupwise/soap/ksslsocket.h b/kresources/groupwise/soap/ksslsocket.h
index 5158d001..a8367236 100644
--- a/kresources/groupwise/soap/ksslsocket.h
+++ b/kresources/groupwise/soap/ksslsocket.h
@@ -28,7 +28,7 @@ class KSSLSocketPrivate;
class KSSLSocket : public KExtendedSocket
{
Q_OBJECT
- TQ_OBJECT
+
public:
KSSLSocket();