summaryrefslogtreecommitdiffstats
path: root/kcontrol/kio/socks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kio/socks.cpp')
-rw-r--r--kcontrol/kio/socks.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/kio/socks.cpp b/kcontrol/kio/socks.cpp
index 742033c7b..80453b75b 100644
--- a/kcontrol/kio/socks.cpp
+++ b/kcontrol/kio/socks.cpp
@@ -38,9 +38,9 @@ KSocksConfig::KSocksConfig(TQWidget *parent)
: KCModule(parent, "kcmkio")
{
- KAboutData *about =
- new KAboutData(I18N_NOOP("kcmsocks"), I18N_NOOP("TDE SOCKS Control Module"),
- 0, 0, KAboutData::License_GPL,
+ TDEAboutData *about =
+ new TDEAboutData(I18N_NOOP("kcmsocks"), I18N_NOOP("TDE SOCKS Control Module"),
+ 0, 0, TDEAboutData::License_GPL,
I18N_NOOP("(c) 2001 George Staikos"));
about->addAuthor("George Staikos", 0, "staikos@kde.org");