summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:08 -0600
commit773793eead2fea173ec9202ee938020592e86a02 (patch)
tree2df8f77f488c1e7de1c16eb6d50d33337bc6bea5 /src/tdesvnd
parentf4899658cbe0d29487071c8340b66c80cc2a3010 (diff)
downloadtdesvn-773793eead2fea173ec9202ee938020592e86a02.tar.gz
tdesvn-773793eead2fea173ec9202ee938020592e86a02.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvnd')
-rw-r--r--src/tdesvnd/tdesvnd_dcop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvnd/tdesvnd_dcop.cpp b/src/tdesvnd/tdesvnd_dcop.cpp
index fde8fd0..9b4d598 100644
--- a/src/tdesvnd/tdesvnd_dcop.cpp
+++ b/src/tdesvnd/tdesvnd_dcop.cpp
@@ -108,7 +108,7 @@ IListener::~IListener()
tdesvnd_dcop::tdesvnd_dcop(const TQCString&name) : KDEDModule(name)
{
- KGlobal::locale()->insertCatalogue("tdesvn");
+ TDEGlobal::locale()->insertCatalogue("tdesvn");
m_Listener=new IListener(this);
}