diff options
Diffstat (limited to 'src/fetch/srufetcher.h')
-rw-r--r-- | src/fetch/srufetcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/srufetcher.h b/src/fetch/srufetcher.h index 7dd9584..f635071 100644 --- a/src/fetch/srufetcher.h +++ b/src/fetch/srufetcher.h @@ -48,7 +48,7 @@ class SRUConfigWidget; */ class SRUFetcher : public Fetcher { Q_OBJECT - TQ_OBJECT + friend class SRUConfigWidget; @@ -109,7 +109,7 @@ private: class SRUConfigWidget : public ConfigWidget { Q_OBJECT - TQ_OBJECT + friend class SRUFetcher; |