diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:40:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:40:24 -0600 |
commit | 5f88d03c1ad294b7fcfc3840827b3144fb060ab0 (patch) | |
tree | a8f3b537f9f2b4c7c95d61e41d63e45cd48d736e /extra/kde342/ksycocafactory.h | |
parent | b3eb7db733f6ad6a905ce127841ea932b184784c (diff) | |
download | pytde-5f88d03c1ad294b7fcfc3840827b3144fb060ab0.tar.gz pytde-5f88d03c1ad294b7fcfc3840827b3144fb060ab0.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'extra/kde342/ksycocafactory.h')
-rw-r--r-- | extra/kde342/ksycocafactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde342/ksycocafactory.h b/extra/kde342/ksycocafactory.h index 65bb9d9..fddfb8e 100644 --- a/extra/kde342/ksycocafactory.h +++ b/extra/kde342/ksycocafactory.h @@ -36,7 +36,7 @@ typedef QDict<KSycocaEntry::Ptr> KSycocaEntryDict; * @internal * Base class for sycoca factories */ -class KDECORE_EXPORT KSycocaFactory +class TDECORE_EXPORT KSycocaFactory { public: virtual KSycocaFactoryId factoryId() const = 0; @@ -134,7 +134,7 @@ protected: /** This, instead of a typedef, allows to declare "class ..." in header files * @internal */ -class KDECORE_EXPORT KSycocaFactoryList : public QPtrList<KSycocaFactory> +class TDECORE_EXPORT KSycocaFactoryList : public QPtrList<KSycocaFactory> { public: KSycocaFactoryList() { } |