Rename KApplication to TDEApplication to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 9d2f70142a
commit b5273a041c

@ -170,7 +170,7 @@ int main(int argc, char *argv[])
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication a (false, false);
TDEApplication a (false, false);
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();

@ -80,7 +80,7 @@ struct PluginClassInfo {
};
class KRadioApp : public KApplication
class KRadioApp : public TDEApplication
{
Q_OBJECT

@ -125,7 +125,7 @@ PluginLibraryInfo::PluginLibraryInfo (const TQString &lib_name)
//// KRadioApp
KRadioApp::KRadioApp()
: KApplication(),
: TDEApplication(),
m_quitting(false)
{
m_Instances.setAutoDelete(true);

Loading…
Cancel
Save