diff options
Diffstat (limited to 'kscd/cddbdlg.cpp')
-rw-r--r-- | kscd/cddbdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kscd/cddbdlg.cpp b/kscd/cddbdlg.cpp index e574ba92..2faa6cdf 100644 --- a/kscd/cddbdlg.cpp +++ b/kscd/cddbdlg.cpp @@ -37,7 +37,7 @@ CDDBDlg::CDDBDlg( TQWidget* parent, const char* name ) : KDialogBase( parent, name, false, i18n( "CD Editor" ), Ok|Cancel|User1|User2, Ok, true ) { - KGlobal::locale()->insertCatalogue("libkcddb"); + TDEGlobal::locale()->insertCatalogue("libkcddb"); m_dlgBase = new CDInfoDialogBase( this, "m_dlgBase" ); |