summaryrefslogtreecommitdiffstats
path: root/kmplot
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot')
-rw-r--r--kmplot/kmplot/kmplot.cpp2
1 files changed, 1 insertions, 1 deletions
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...
}