diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-02-11 16:09:18 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-02-11 16:09:18 +0100 |
commit | 8c3501262cb161ecb8a12e4c1fbae98ed9d11540 (patch) | |
tree | 3801a1e12ccecb302e67a2f264881f813fab179f /src | |
parent | 9a35a3685d716870b8fd91fc35e0f443b1730ad4 (diff) | |
download | kconfig-8c3501262cb161ecb8a12e4c1fbae98ed9d11540.tar.gz kconfig-8c3501262cb161ecb8a12e4c1fbae98ed9d11540.tar.bz2 |
API dox: fix class name & CC include of KConfigCompilerSignallingItem
NO_CHANGELOG
Diffstat (limited to 'src')
-rw-r--r-- | src/core/kcoreconfigskeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index aae57487..69b5263a 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -425,7 +425,7 @@ protected: }; /** - * \class KConfigSkeletonChangeNotifyingItem kcoreconfigskeleton.h <KConfigSkeletonChangeNotifyingItem> + * \class KConfigCompilerSignallingItem kcoreconfigskeleton.h <KCoreConfigSkeleton> * * @author Alex Richardson * |