summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/cvsoptions.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:38:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:38:54 -0600
commitda1522385e5367bae56b90fac55c4355e475905b (patch)
treebfa432864dbf322feb4ed3a878f1222ee8ea7727 /vcs/cvsservice/cvsoptions.h
parentb9e542d0c805e9adee3a67e44532d5321032e21e (diff)
downloadtdevelop-da1522385e5367bae56b90fac55c4355e475905b.tar.gz
tdevelop-da1522385e5367bae56b90fac55c4355e475905b.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'vcs/cvsservice/cvsoptions.h')
-rw-r--r--vcs/cvsservice/cvsoptions.h4
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();