diff options
Diffstat (limited to 'kaudiocreator/main.cpp')
-rw-r--r-- | kaudiocreator/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 8bd6c94b..2f5ebb54 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]){ KAudioCreator *app = new KAudioCreator(0, "MainWindow"); // we need some strings from libkcddb for the cddb album dialog - KGlobal::locale()->insertCatalogue("libkcddb"); + TDEGlobal::locale()->insertCatalogue("libkcddb"); a.setMainWidget(app); |