summaryrefslogtreecommitdiffstats
path: root/src/filemetainfo.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:31 -0600
commit2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 (patch)
tree721ba8b0e0effd9676667acdb25b5c07d2a82061 /src/filemetainfo.h
parentb0a967eb693adc458fdf7d070379b8c1ec3e9415 (diff)
downloadktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.tar.gz
ktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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();