summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio')
-rw-r--r--tdeio/tdeio/tdefilefilter.h6
-rw-r--r--tdeio/tdeio/tdefileitem.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/tdeio/tdeio/tdefilefilter.h b/tdeio/tdeio/tdefilefilter.h
index 2891e800e..c6b396785 100644
--- a/tdeio/tdeio/tdefilefilter.h
+++ b/tdeio/tdeio/tdefilefilter.h
@@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA.
*/
-#ifndef KFILEFILTER_H
-#define KFILEFILTER_H
+#ifndef TDEFILEFILTER_H
+#define TDEFILEFILTER_H
#include <tqptrlist.h>
#include <tqstringlist.h>
@@ -167,4 +167,4 @@ private:
class KSimpleFileFilterPrivate* d;
};
-#endif // KFILEFILTER_H
+#endif // TDEFILEFILTER_H
diff --git a/tdeio/tdeio/tdefileitem.h b/tdeio/tdeio/tdefileitem.h
index 7097d7bc5..45970f814 100644
--- a/tdeio/tdeio/tdefileitem.h
+++ b/tdeio/tdeio/tdefileitem.h
@@ -30,7 +30,7 @@
#include <kmimetype.h>
#include <tdefilemetainfo.h>
-#define KFILEITEM_HAS_ISWRITABLE // only used in libkonq/konq_iconviewwidget.cc, will be removed for 3.4
+#define TDEFILEITEM_HAS_ISWRITABLE // only used in libkonq/konq_iconviewwidget.cc, will be removed for 3.4
/**
* A KFileItem is a generic class to handle a file, local or remote.