|
|
@ -159,8 +159,8 @@ Qt4TDEStyle::Qt4TDEStyle() : m_aboutData(NULL), m_tqApplication(NULL), m_tdeAppl
|
|
|
|
|
|
|
|
|
|
|
|
m_qt4ApplicationName = convertQt4ToTQt3String(qApp->applicationName());
|
|
|
|
m_qt4ApplicationName = convertQt4ToTQt3String(qApp->applicationName());
|
|
|
|
|
|
|
|
|
|
|
|
m_aboutData = new KAboutData("Qt4TDEStyle", I18N_NOOP(m_qt4ApplicationName.ascii()), "v0.1",
|
|
|
|
m_aboutData = new TDEAboutData("Qt4TDEStyle", I18N_NOOP(m_qt4ApplicationName.ascii()), "v0.1",
|
|
|
|
"TDE Qt4 theme engine", KAboutData::License_GPL,
|
|
|
|
"TDE Qt4 theme engine", TDEAboutData::License_GPL,
|
|
|
|
"(c) 2012, Timothy Pearson",
|
|
|
|
"(c) 2012, Timothy Pearson",
|
|
|
|
"message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net");
|
|
|
|
"message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net");
|
|
|
|
TDECmdLineArgs::init(argc, argv, m_aboutData);
|
|
|
|
TDECmdLineArgs::init(argc, argv, m_aboutData);
|
|
|
|