diff options
Diffstat (limited to 'kcontrol/kfontinst/viewpart/FontViewerApp.cpp')
-rw-r--r-- | kcontrol/kfontinst/viewpart/FontViewerApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kfontinst/viewpart/FontViewerApp.cpp b/kcontrol/kfontinst/viewpart/FontViewerApp.cpp index bbac01bc8..28dbd0f1f 100644 --- a/kcontrol/kfontinst/viewpart/FontViewerApp.cpp +++ b/kcontrol/kfontinst/viewpart/FontViewerApp.cpp @@ -100,7 +100,7 @@ void CFontViewerAppMainWindow::fileOpen() CFontViewerApp::CFontViewerApp() { - KGlobal::locale()->insertCatalogue(KFI_CATALOGUE); + TDEGlobal::locale()->insertCatalogue(KFI_CATALOGUE); setMainWidget(new CFontViewerAppMainWindow()); } |