From 949de8193689ca683656ae666fda3e89f115567e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:27:40 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kmplot/kmplot/kmplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmplot') diff --git a/kmplot/kmplot/kmplot.cpp b/kmplot/kmplot/kmplot.cpp index deffa8df..07cd3042 100644 --- a/kmplot/kmplot/kmplot.cpp +++ b/kmplot/kmplot/kmplot.cpp @@ -249,7 +249,7 @@ void KmPlot::fileOpen(const KURL &url) // says that it should open a new window if the document is _not_ // in its initial state. This is what we do here.. if ( m_part->url().isEmpty() && !isModified() ) - load( KStandardDirs::realFilePath(url.url())); // we open the file in this window... + load( TDEStandardDirs::realFilePath(url.url())); // we open the file in this window... else openFileInNewWindow(url); // we open the file in a new window... } -- cgit v1.2.1