diff options
Diffstat (limited to 'src/ksvnwidgets/pwstorage.h')
-rw-r--r-- | src/ksvnwidgets/pwstorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/pwstorage.h b/src/ksvnwidgets/pwstorage.h index bf710db..42dc394 100644 --- a/src/ksvnwidgets/pwstorage.h +++ b/src/ksvnwidgets/pwstorage.h @@ -32,7 +32,7 @@ class PwStorageData; class PwStorage:public TQObject { Q_OBJECT - TQ_OBJECT + protected: PwStorageData* mData; public: |