diff options
Diffstat (limited to 'knode/knconfig.h')
-rw-r--r-- | knode/knconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knconfig.h b/knode/knconfig.h index 0f0f868cc..b859f6262 100644 --- a/knode/knconfig.h +++ b/knode/knconfig.h @@ -66,7 +66,7 @@ class Base { class KDE_EXPORT Identity : public TQObject, public Base { Q_OBJECT - TQ_OBJECT + friend class IdentityWidget; |