From 30c894d73ed8800b48fe4973d4907c36e44b1ce5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:25:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kate/xmlcheck/plugin_katexmlcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/xmlcheck/plugin_katexmlcheck.cpp') diff --git a/kate/xmlcheck/plugin_katexmlcheck.cpp b/kate/xmlcheck/plugin_katexmlcheck.cpp index e7ce1e2..76d674a 100644 --- a/kate/xmlcheck/plugin_katexmlcheck.cpp +++ b/kate/xmlcheck/plugin_katexmlcheck.cpp @@ -292,7 +292,7 @@ bool PluginKateXMLCheckView::slotValidate() kdDebug() << "Warning (slotValidate()): temp file '" << m_tmp_file->name() << "' not deleted: " << m_tmp_file->status() << endl; } - TQString exe = KStandardDirs::findExe("xmllint"); + TQString exe = TDEStandardDirs::findExe("xmllint"); if( exe.isEmpty() ) { exe = locate("exe", "xmllint"); } -- cgit v1.2.1