diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:51:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:51:55 -0600 |
commit | 0b54ffd6f291a256e00f5a93d0472d7198e6a1fc (patch) | |
tree | c1188c19c49c6c73acdd275d2983903ca24f7d1c /konq-plugins/kimgalleryplugin | |
parent | c8e53bcac7c7f2c37f306c53d91bdc887f5f9e2a (diff) | |
download | tdeaddons-0b54ffd6f291a256e00f5a93d0472d7198e6a1fc.tar.gz tdeaddons-0b54ffd6f291a256e00f5a93d0472d7198e6a1fc.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'konq-plugins/kimgalleryplugin')
-rw-r--r-- | konq-plugins/kimgalleryplugin/imgalleryplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp b/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp index fde2131..12fd1a5 100644 --- a/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp +++ b/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp @@ -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; } |