From 2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:12:31 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/filemetainfo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/filemetainfo.h') 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 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(); -- cgit v1.2.1