From 0b54ffd6f291a256e00f5a93d0472d7198e6a1fc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 18:51:55 -0600 Subject: [PATCH] Rename KDE_VERSION to TDE_VERSION --- konq-plugins/kimgalleryplugin/imgalleryplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << "" << endl; stream << "" << TQStyleSheet::escape(m_configDlg->getTitle()) << "" << endl; stream << "" << endl; - stream << "" << endl; + stream << "" << endl; createCSSSection(stream); stream << "" << endl; }