From d3afa6baf98ef5ac191996cc9b909ff9074c168c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdeprint/kprintpreview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeprint/kprintpreview.cpp') diff --git a/tdeprint/kprintpreview.cpp b/tdeprint/kprintpreview.cpp index e81a23b08..0d7b7913c 100644 --- a/tdeprint/kprintpreview.cpp +++ b/tdeprint/kprintpreview.cpp @@ -273,7 +273,7 @@ bool KPrintPreview::preview(const TQString& file, bool previewOnly, WId parentId if (externalPreview && isPS ) { exe = conf->readPathEntry("PreviewCommand", "gv"); - if (KStandardDirs::findExe(exe).isEmpty()) + if (TDEStandardDirs::findExe(exe).isEmpty()) { QString msg = i18n("The preview program %1 cannot be found. " "Check that the program is correctly installed and " -- cgit v1.2.1