summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kfileiconview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kfile/kfileiconview.h')
-rw-r--r--kio/kfile/kfileiconview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kfile/kfileiconview.h b/kio/kfile/kfileiconview.h
index 209e4828a..98afc0a6e 100644
--- a/kio/kfile/kfileiconview.h
+++ b/kio/kfile/kfileiconview.h
@@ -37,7 +37,7 @@ class TQLabel;
* An item for the iconview, that has a reference to its corresponding
* KFileItem.
*/
-class KIO_EXPORT KFileIconViewItem : public KIconViewItem
+class TDEIO_EXPORT KFileIconViewItem : public KIconViewItem
{
public:
KFileIconViewItem( TQIconView *parent, const TQString &text,
@@ -80,7 +80,7 @@ namespace TDEIO {
* @see KCombiView
* @see KFileDetailView
*/
-class KIO_EXPORT KFileIconView : public KIconView, public KFileView
+class TDEIO_EXPORT KFileIconView : public KIconView, public KFileView
{
Q_OBJECT