diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:25:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:25:26 -0600 |
commit | 30c894d73ed8800b48fe4973d4907c36e44b1ce5 (patch) | |
tree | 7a222d577e61985ccb662cdc32e5b885d580f021 /kate/xmlcheck | |
parent | 854cb5dd9c481a1351624fd095f4865d211ddb48 (diff) | |
download | tdeaddons-30c894d73ed8800b48fe4973d4907c36e44b1ce5.tar.gz tdeaddons-30c894d73ed8800b48fe4973d4907c36e44b1ce5.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kate/xmlcheck')
-rw-r--r-- | kate/xmlcheck/plugin_katexmlcheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |