KCatalogLoader Class Reference
This class is useful in libraries where you want to make sure that anyone that uses your library will get the correct catalog loaded. More...
#include <kglobal.h>
Public Member Functions | |
| KCatalogLoader (const QString &catalogName) | |
Detailed Description
This class is useful in libraries where you want to make sure that anyone that uses your library will get the correct catalog loaded.
Just declare a static KCatalogLoader in the global namespace of one of your cpp files and that will load your catalog once the global klocale is created
- Parameters:
-
catalogName The name of your catalog
- Since:
- 4.6.2
Example:
static const KCatalogLoader loader("libkdepim");
Constructor & Destructor Documentation
| KCatalogLoader::KCatalogLoader | ( | const QString & | catalogName | ) |
Definition at line 121 of file kglobal.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference