summaryrefslogtreecommitdiffstats
path: root/src/filemetainfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filemetainfo.h')
-rw-r--r--src/filemetainfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/filemetainfo.h b/src/filemetainfo.h
index 4bfad5b..6fed08b 100644
--- a/src/filemetainfo.h
+++ b/src/filemetainfo.h
@@ -16,7 +16,7 @@
class TextDocument;
class TextView;
-class KConfig;
+class TDEConfig;
typedef TQValueList<int> IntList;
class MetaInfo
@@ -33,11 +33,11 @@ class MetaInfo
* Writes to the given config the data stored in here. Does not set the
* group.
*/
- void save( KConfig * conf );
+ void save( TDEConfig * conf );
/**
* Reads in the data from the config. Does not set the group.
*/
- void load( KConfig * conf );
+ void load( TDEConfig * conf );
IntList bookmarks() const { return m_bookmarks; }
void setBookmarks( IntList bookmarks ) { m_bookmarks = bookmarks; }
@@ -126,7 +126,7 @@ class FileMetaInfo : public TQObject
*/
void loadAllMetaInfo();
- KConfig *m_metaInfoConfig;
+ TDEConfig *m_metaInfoConfig;
private:
FileMetaInfo();