diff options
Diffstat (limited to 'kaddressbook/main.cpp')
-rw-r--r-- | kaddressbook/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp index 0ff8da8c2..805a20cc8 100644 --- a/kaddressbook/main.cpp +++ b/kaddressbook/main.cpp @@ -121,7 +121,7 @@ int main( int argc, char *argv[] ) return 0; KAddressBookApp app; - KGlobal::locale()->insertCatalogue( "libtdepim" ); + TDEGlobal::locale()->insertCatalogue( "libtdepim" ); bool ret = app.exec(); while (KMainWindow::memberList->first()) |