summaryrefslogtreecommitdiffstats
path: root/src/cite
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:14:31 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:14:31 -0600
commit145d30f0b8cbacc3599379e8717299734f3bb534 (patch)
tree3713677dce079619063612b12788282fd32e53af /src/cite
parent5b6d393e0a2c88cce8f433607c091ae883ef54f9 (diff)
downloadtellico-145d30f0b8cbacc3599379e8717299734f3bb534.tar.gz
tellico-145d30f0b8cbacc3599379e8717299734f3bb534.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/cite')
-rw-r--r--src/cite/openoffice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cite/openoffice.cpp b/src/cite/openoffice.cpp
index 17b0f76..9daabf4 100644
--- a/src/cite/openoffice.cpp
+++ b/src/cite/openoffice.cpp
@@ -82,7 +82,7 @@ bool OpenOffice::connect() {
StatusBar::self()->setStatus(i18n("Connecting to OpenOffice.org..."));
if(d->port == -1) {
- KConfigGroup config(kapp->config(), "OpenOffice.org");
+ TDEConfigGroup config(kapp->config(), "OpenOffice.org");
d->host = config.readEntry("Host", TQString::fromLatin1("localhost"));
d->port = config.readNumEntry("Port", 2083);
d->pipe = config.readPathEntry("Pipe");
@@ -253,7 +253,7 @@ bool OpenOffice::connectionDialog() {
d->handler->setPipe(TQFile::encodeName(d->pipe));
}
- KConfigGroup config(kapp->config(), "OpenOffice.org");
+ TDEConfigGroup config(kapp->config(), "OpenOffice.org");
config.writeEntry("Host", d->host);
config.writeEntry("Port", d->port);
config.writePathEntry("Pipe", d->pipe);