Rename KInstance and KAboutData to avoid conflicts with KDE4

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

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

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

Loading…
Cancel
Save