summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/tdefilemetainfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/tdefilemetainfo.h')
-rw-r--r--tdeio/tdeio/tdefilemetainfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/tdefilemetainfo.h b/tdeio/tdeio/tdefilemetainfo.h
index 8cc3fdbdf..dde596d19 100644
--- a/tdeio/tdeio/tdefilemetainfo.h
+++ b/tdeio/tdeio/tdefilemetainfo.h
@@ -1698,7 +1698,7 @@ private:
KFilePlugin* plugin;
KFileMimeTypeInfo* mimeTypeInfo;
// The problem here is that plugin can be shared in multiple instances,
- // so the memory management isn't easy. KDE4 solution: use KSharedPtr?
+ // so the memory management isn't easy. KDE4 solution: use TDESharedPtr?
// For now we flag one copy of the KFilePlugin pointer as being "owned".
bool ownsPlugin;
};