summaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/project.h b/src/project.h
index 5569490..bcca58a 100644
--- a/src/project.h
+++ b/src/project.h
@@ -76,7 +76,7 @@ public:
private:
/** The configuration file ("cscope.proj") */
- KConfig* m_pConf;
+ TDEConfig* m_pConf;
/** The file that holds the paths of all source files in this project
("cscope.files") */
@@ -86,7 +86,7 @@ private:
TQString m_sMakeRoot;
- static void writeOptions(KConfig*, const Options&);
+ static void writeOptions(TDEConfig*, const Options&);
};
#endif