|
|
@ -30,7 +30,7 @@ void *init_libmalconduit()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// A number of static variables
|
|
|
|
// A number of static variables
|
|
|
|
KAboutData *MALConduitFactory::fAbout = 0L;
|
|
|
|
TDEAboutData *MALConduitFactory::fAbout = 0L;
|
|
|
|
const char *MALConduitFactory::fGroup = "MAL-conduit";
|
|
|
|
const char *MALConduitFactory::fGroup = "MAL-conduit";
|
|
|
|
const char *MALConduitFactory::fLastSync = "Last MAL Sync";
|
|
|
|
const char *MALConduitFactory::fLastSync = "Last MAL Sync";
|
|
|
|
const char *MALConduitFactory::fSyncTime = "Sync Frequency";
|
|
|
|
const char *MALConduitFactory::fSyncTime = "Sync Frequency";
|
|
|
@ -45,12 +45,12 @@ MALConduitFactory::MALConduitFactory(TQObject *p, const char *n) :
|
|
|
|
{
|
|
|
|
{
|
|
|
|
FUNCTIONSETUP;
|
|
|
|
FUNCTIONSETUP;
|
|
|
|
|
|
|
|
|
|
|
|
fInstance = new KInstance("MALconduit");
|
|
|
|
fInstance = new TDEInstance("MALconduit");
|
|
|
|
fAbout = new KAboutData("MALconduit",
|
|
|
|
fAbout = new TDEAboutData("MALconduit",
|
|
|
|
I18N_NOOP("MAL Synchronization Conduit for KPilot"),
|
|
|
|
I18N_NOOP("MAL Synchronization Conduit for KPilot"),
|
|
|
|
KPILOT_VERSION,
|
|
|
|
KPILOT_VERSION,
|
|
|
|
I18N_NOOP("Synchronizes the content from MAL Servers like AvantGo to the Handheld"),
|
|
|
|
I18N_NOOP("Synchronizes the content from MAL Servers like AvantGo to the Handheld"),
|
|
|
|
KAboutData::License_GPL,
|
|
|
|
TDEAboutData::License_GPL,
|
|
|
|
"(C) 2002, Reinhold Kainhofer");
|
|
|
|
"(C) 2002, Reinhold Kainhofer");
|
|
|
|
fAbout->addAuthor("Reinhold Kainhofer",
|
|
|
|
fAbout->addAuthor("Reinhold Kainhofer",
|
|
|
|
I18N_NOOP("Primary Author"), "reinhold@kainhofer.com", "http://reinhold.kainhofer.com/");
|
|
|
|
I18N_NOOP("Primary Author"), "reinhold@kainhofer.com", "http://reinhold.kainhofer.com/");
|
|
|
|