diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
commit | bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6 (patch) | |
tree | 0296a0267e6e7d3308fb510ffbd307f0135d1287 /tderesources/resource.h | |
parent | ca26eb5709d1fd76f263b2c82adfc8bcaafd9086 (diff) | |
download | tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.tar.gz tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tderesources/resource.h')
-rw-r--r-- | tderesources/resource.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/resource.h b/tderesources/resource.h index 506ef0eaf..b7e4eeedc 100644 --- a/tderesources/resource.h +++ b/tderesources/resource.h @@ -19,8 +19,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KRESOURCES_RESOURCE_H -#define KRESOURCES_RESOURCE_H +#ifndef TDERESOURCES_RESOURCE_H +#define TDERESOURCES_RESOURCE_H #include <tqmutex.h> #include <tqvaluelist.h> @@ -252,7 +252,7 @@ service_DATA = resourceexample.desktop data. Subclasses of ResourceCalendar would implement this API for local files, remote files, specific calendar servers etc. */ -class KRESOURCES_EXPORT Resource : public TQObject +class TDERESOURCES_EXPORT Resource : public TQObject { friend class Factory; friend class ManagerImpl; @@ -381,7 +381,7 @@ class KRESOURCES_EXPORT Resource : public TQObject ResourcePrivate *d; }; -class KRESOURCES_EXPORT PluginFactoryBase : public KLibFactory +class TDERESOURCES_EXPORT PluginFactoryBase : public KLibFactory { public: virtual Resource *resource( const TDEConfig *config ) = 0; |