diff options
Diffstat (limited to 'tdecore/network')
-rw-r--r-- | tdecore/network/ksockssocketdevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/network/ksockssocketdevice.cpp b/tdecore/network/ksockssocketdevice.cpp index a3c975d94..02d9daa8d 100644 --- a/tdecore/network/ksockssocketdevice.cpp +++ b/tdecore/network/ksockssocketdevice.cpp @@ -468,7 +468,7 @@ void KSocksSocketDevice::initSocks() return; if (kapp == 0L) - return; // no KApplication, so don't initialise + return; // no TDEApplication, so don't initialise // this should, however, test for KInstance init = true; |