diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 12:59:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 12:59:34 -0600 |
commit | 62e707662a0943c63abdd7df358e323c95a97eda (patch) | |
tree | c0025f3f8249724efaa6519b0c9b9b6fba647838 /extra/kde352/kurifilter.h | |
parent | 352b2ef6c06332062d35211d7f49942315d2f36a (diff) | |
download | pytde-62e707662a0943c63abdd7df358e323c95a97eda.tar.gz pytde-62e707662a0943c63abdd7df358e323c95a97eda.zip |
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde352/kurifilter.h')
-rw-r--r-- | extra/kde352/kurifilter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kde352/kurifilter.h b/extra/kde352/kurifilter.h index f290f62..639366f 100644 --- a/extra/kde352/kurifilter.h +++ b/extra/kde352/kurifilter.h @@ -75,7 +75,7 @@ class TDECModule; * @author Dawit Alemayehu <adawit at kde.org> */ -class KIO_EXPORT KURIFilterData +class TDEIO_EXPORT KURIFilterData { friend class KURIFilterPlugin; @@ -341,7 +341,7 @@ private: * * @short Abstract class for URI filter plugins. */ -class KIO_EXPORT KURIFilterPlugin : public TQObject +class TDEIO_EXPORT KURIFilterPlugin : public TQObject { Q_OBJECT @@ -440,7 +440,7 @@ private: /** * A list of filter plugins. */ -class KIO_EXPORT KURIFilterPluginList : public TQPtrList<KURIFilterPlugin> +class TDEIO_EXPORT KURIFilterPluginList : public TQPtrList<KURIFilterPlugin> { public: virtual int compareItems(Item a, Item b) @@ -525,7 +525,7 @@ private: * @short Filters a given URL into its proper format whenever possible. */ -class KIO_EXPORT KURIFilter +class TDEIO_EXPORT KURIFilter { public: /** |