Rename KInstance and KAboutData to avoid conflicts with KDE4

r14.0.x
Timothy Pearson 12 years ago
parent a680d06502
commit a0fba4eb69

@ -95,8 +95,8 @@ int main(int argc, char *argv[])
if(!feature.isEmpty()) if(!feature.isEmpty())
feature = I18N_NOOP("Compiled with the following settings:\n") + feature; feature = I18N_NOOP("Compiled with the following settings:\n") + feature;
KAboutData aboutData( "kmymoney2", I18N_NOOP("KMyMoney"), TDEAboutData aboutData( "kmymoney2", I18N_NOOP("KMyMoney"),
VERSION, description, KAboutData::License_GPL, VERSION, description, TDEAboutData::License_GPL,
"(c) 2000-2009 The KMyMoney development team", feature, "(c) 2000-2009 The KMyMoney development team", feature,
"http://kmymoney2.sourceforge.net/", "http://kmymoney2.sourceforge.net/",
"kmymoney2-developer@lists.sourceforge.net"); "kmymoney2-developer@lists.sourceforge.net");

@ -31,8 +31,8 @@
// KDE Includes // KDE Includes
#include <kxmlguiclient.h> #include <kxmlguiclient.h>
class KAboutData; class TDEAboutData;
class KInstance; class TDEInstance;
class KAction; class KAction;
class KToggleAction; class KToggleAction;

@ -1,6 +1,6 @@
[Global] [Global]
Includes=kinstance.h Includes=kinstance.h
Init=new KInstance("kmmwidgets"); Init=new TDEInstance("kmmwidgets");
[KMyMoneyTitleLabel] [KMyMoneyTitleLabel]

Loading…
Cancel
Save