summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:51:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:51:55 -0600
commit0b54ffd6f291a256e00f5a93d0472d7198e6a1fc (patch)
treec1188c19c49c6c73acdd275d2983903ca24f7d1c
parentc8e53bcac7c7f2c37f306c53d91bdc887f5f9e2a (diff)
downloadtdeaddons-0b54ffd6f291a256e00f5a93d0472d7198e6a1fc.tar.gz
tdeaddons-0b54ffd6f291a256e00f5a93d0472d7198e6a1fc.zip
Rename KDE_VERSION to TDE_VERSION
-rw-r--r--konq-plugins/kimgalleryplugin/imgalleryplugin.cpp2
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;
}