summaryrefslogtreecommitdiffstats
path: root/src/kdesvnd/kdesvnd_dcop.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:43:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:43:57 -0600
commit7fbb972791f9e3fbde5dfa85c113285353122600 (patch)
tree7eba52127d3e9dedd7a8594555c478a0ae7626ae /src/kdesvnd/kdesvnd_dcop.h
parent497d419c0d4bc6c667f31ff874bc70e2c612d808 (diff)
downloadtdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.tar.gz
tdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.zip
Additional renaming of kde to tde
Diffstat (limited to 'src/kdesvnd/kdesvnd_dcop.h')
-rw-r--r--src/kdesvnd/kdesvnd_dcop.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kdesvnd/kdesvnd_dcop.h b/src/kdesvnd/kdesvnd_dcop.h
index dca96f3..6783994 100644
--- a/src/kdesvnd/kdesvnd_dcop.h
+++ b/src/kdesvnd/kdesvnd_dcop.h
@@ -19,8 +19,8 @@
***************************************************************************/
-#ifndef _kdesvnd_dcop_H
-#define _kdesvnd_dcop_H
+#ifndef _tdesvnd_dcop_H
+#define _tdesvnd_dcop_H
#include <tqstringlist.h>
#include <tqstring.h>
@@ -30,7 +30,7 @@
class IListener;
-class kdesvnd_dcop : public KDEDModule
+class tdesvnd_dcop : public KDEDModule
{
Q_OBJECT
// TQ_OBJECT
@@ -39,8 +39,8 @@ class kdesvnd_dcop : public KDEDModule
private:
public:
- kdesvnd_dcop(const TQCString&);
- virtual ~kdesvnd_dcop();
+ tdesvnd_dcop(const TQCString&);
+ virtual ~tdesvnd_dcop();
protected:
bool isWorkingCopy(const KURL&url,TQString&base);