diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:56:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:56:54 -0600 |
commit | 28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 (patch) | |
tree | f78e2df40f61288477bbd160d7c795918ad298d5 /conduits/malconduit/mal-factory.cc | |
parent | 8ebd99fc2d3e2429a1030d60ce693b74b8832a40 (diff) | |
download | kpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.tar.gz kpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'conduits/malconduit/mal-factory.cc')
-rw-r--r-- | conduits/malconduit/mal-factory.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conduits/malconduit/mal-factory.cc b/conduits/malconduit/mal-factory.cc index 3e363d2..d343fe3 100644 --- a/conduits/malconduit/mal-factory.cc +++ b/conduits/malconduit/mal-factory.cc @@ -58,19 +58,19 @@ unsigned long version_conduit_mal = Pilot::PLUGIN_API; // A number of static variables // -KAboutData *MALConduitFactory::fAbout = 0L; +TDEAboutData *MALConduitFactory::fAbout = 0L; MALConduitFactory::MALConduitFactory(TQObject *p, const char *n) : KLibFactory(p,n) { FUNCTIONSETUP; - fInstance = new KInstance("MALconduit"); - fAbout = new KAboutData("MALconduit", + fInstance = new TDEInstance("MALconduit"); + fAbout = new TDEAboutData("MALconduit", I18N_NOOP("MAL Synchronization Conduit for KPilot"), KPILOT_VERSION, I18N_NOOP("Synchronizes the content from MAL Servers like AvantGo to the Handheld"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 2002, Reinhold Kainhofer"); fAbout->addAuthor("Reinhold Kainhofer", I18N_NOOP("Primary Author"), "[email protected]", "http://reinhold.kainhofer.com/"); |