|
|
@ -50,14 +50,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
// plugin
|
|
|
|
// plugin
|
|
|
|
|
|
|
|
|
|
|
|
#if !KDE_IS_VERSION(3,3,2)
|
|
|
|
|
|
|
|
#undef KDE_EXPORT
|
|
|
|
|
|
|
|
#define KDE_EXPORT
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern "C"
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KDE_EXPORT KPanelApplet *init(TQWidget *parent, const TQString& configFile)
|
|
|
|
TDE_EXPORT KPanelApplet *init(TQWidget *parent, const TQString& configFile)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// share i18n with KShutDown
|
|
|
|
// share i18n with KShutDown
|
|
|
|
TDEGlobal::locale()->insertCatalogue("kshutdown");
|
|
|
|
TDEGlobal::locale()->insertCatalogue("kshutdown");
|
|
|
|