diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:16:28 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 12:23:46 +0900 |
| commit | 39bbf0d3fc97d9c51e23923a5ff04672d465f2c3 (patch) | |
| tree | 1c96033def5ad269b46d6a4876ce1e3a34dd44f8 /src/aboutdata.h | |
| parent | 5dd5a1c1b6dcf76b99fe4278d00022a9101c746d (diff) | |
| download | basket-39bbf0d3fc97d9c51e23923a5ff04672d465f2c3.tar.gz basket-39bbf0d3fc97d9c51e23923a5ff04672d465f2c3.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/aboutdata.h')
| -rw-r--r-- | src/aboutdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aboutdata.h b/src/aboutdata.h index 4b1102c..40b43fe 100644 --- a/src/aboutdata.h +++ b/src/aboutdata.h @@ -26,7 +26,7 @@ @author Sébastien Laoût <slaout@linux62.org> */ -class KDE_EXPORT AboutData : public TDEAboutData +class TDE_EXPORT AboutData : public TDEAboutData { public: AboutData(); |
