|
|
|
@ -126,7 +126,7 @@ void KImGalleryPlugin::createHead(TQTextStream& stream)
|
|
|
|
|
stream << "<head>" << endl;
|
|
|
|
|
stream << "<title>" << TQStyleSheet::escape(m_configDlg->getTitle()) << "</title>" << endl;
|
|
|
|
|
stream << "<meta http-equiv=\"content-type\" content=\"text/html; charset=" << chsetName << "\"/>" << endl;
|
|
|
|
|
stream << "<meta name=\"GENERATOR\" content=\"KDE Konqueror KImgallery plugin version " KDE_VERSION_STRING "\"/>" << endl;
|
|
|
|
|
stream << "<meta name=\"GENERATOR\" content=\"KDE Konqueror KImgallery plugin version " TDE_VERSION_STRING "\"/>" << endl;
|
|
|
|
|
createCSSSection(stream);
|
|
|
|
|
stream << "</head>" << endl;
|
|
|
|
|
}
|
|
|
|
|