summaryrefslogtreecommitdiffstats
path: root/libkcddb/kcmcddb/kcmcddb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/kcmcddb/kcmcddb.cpp')
-rw-r--r--libkcddb/kcmcddb/kcmcddb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/kcmcddb/kcmcddb.cpp b/libkcddb/kcmcddb/kcmcddb.cpp
index 3688ba6a..5235d40a 100644
--- a/libkcddb/kcmcddb/kcmcddb.cpp
+++ b/libkcddb/kcmcddb/kcmcddb.cpp
@@ -48,7 +48,7 @@ K_EXPORT_COMPONENT_FACTORY ( kcm_cddb, KCDDBFactory( "kcmcddb" ) )
CDDBModule::CDDBModule(TQWidget *parent, const char *name, const TQStringList &)
: KCModule(parent, name)
{
- KGlobal::locale()->insertCatalogue("libkcddb");
+ TDEGlobal::locale()->insertCatalogue("libkcddb");
setButtons(Default | Apply);
widget_ = new CDDBConfigWidget(this);