diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:40 -0600 |
commit | 949de8193689ca683656ae666fda3e89f115567e (patch) | |
tree | e4bb1b7141470b44afcc9d826aa75548faa52e47 /kmplot | |
parent | 9a22ee8ba6a3a310bab85ea82c8d9d68293b82c0 (diff) | |
download | tdeedu-949de8193689ca683656ae666fda3e89f115567e.tar.gz tdeedu-949de8193689ca683656ae666fda3e89f115567e.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/kmplot.cpp | 2 |
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... } |