Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent bce5ac6c58
commit 3a43178f34

@ -44,7 +44,7 @@ extern "C"
{
kdDebug() << "*** kio_msits Init" << endl;
KInstance instance( "kio_msits" );
TDEInstance instance( "kio_msits" );
if ( argc != 4 )
{

@ -48,11 +48,11 @@ int main( int argc, char ** argv )
KCmdLineLastOption
};
KAboutData aboutdata ( "kchmviewer",
TDEAboutData aboutdata ( "kchmviewer",
APP_NAME,
APP_VERSION,
I18N_NOOP("CHM file viewer"),
KAboutData::License_GPL,
TDEAboutData::License_GPL,
"(c) 2004-2007 George Yunaev, gyunaev@ulduzsoft.com",
0,
"http://www.kchmviewer.net",

Loading…
Cancel
Save