diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:38:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:38:00 +0900 |
commit | e164b1d02780da8e0d91f5c6617b511f1b24fc6d (patch) | |
tree | 20dccb5a9d68d562283884dad036561fe5498ba2 /src/fetch/srufetcher.h | |
parent | c7f2ea3d7c05c466ba00bf576dac54b26482bc17 (diff) | |
download | tellico-e164b1d02780da8e0d91f5c6617b511f1b24fc6d.tar.gz tellico-e164b1d02780da8e0d91f5c6617b511f1b24fc6d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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 1b6c2b4..b268e08 100644 --- a/src/fetch/srufetcher.h +++ b/src/fetch/srufetcher.h @@ -47,7 +47,7 @@ class SRUConfigWidget; * @author Robby Stephenson */ class SRUFetcher : public Fetcher { -Q_OBJECT +TQ_OBJECT friend class SRUConfigWidget; @@ -108,7 +108,7 @@ private: }; class SRUConfigWidget : public ConfigWidget { -Q_OBJECT +TQ_OBJECT friend class SRUFetcher; |