diff options
Diffstat (limited to 'vcs/cvsservice/cvsoptions.h')
-rw-r--r-- | vcs/cvsservice/cvsoptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/cvsoptions.h b/vcs/cvsservice/cvsoptions.h index 857b47e4..c4daf301 100644 --- a/vcs/cvsservice/cvsoptions.h +++ b/vcs/cvsservice/cvsoptions.h @@ -16,7 +16,7 @@ #include <tqdom.h> class CvsServicePart; -class KConfig; +class TDEConfig; class KDevProject; /* This class represents the command line options for the used cvs commands. @@ -92,7 +92,7 @@ private: unsigned int m_compressionLevel; unsigned int m_contextLines; //! So we can access cvssservice configuration (repositories first of all) - KConfig *m_serviceConfig; + TDEConfig *m_serviceConfig; static CvsOptions *m_instance; CvsOptions(); |