diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:09:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:09:28 -0600 |
commit | e5997191c841f394af211aee9c20dcf1de7ba3ac (patch) | |
tree | 59e8d58c6a7f96baf87ce08b043abcd511bffeb5 /kolourpaint/kpmainwindow_file.cpp | |
parent | e3138d4a7e81ca0ff92fb7d055034e908f892b76 (diff) | |
download | tdegraphics-e5997191c841f394af211aee9c20dcf1de7ba3ac.tar.gz tdegraphics-e5997191c841f394af211aee9c20dcf1de7ba3ac.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kolourpaint/kpmainwindow_file.cpp')
-rw-r--r-- | kolourpaint/kpmainwindow_file.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolourpaint/kpmainwindow_file.cpp b/kolourpaint/kpmainwindow_file.cpp index 93743bc2..4178bd0a 100644 --- a/kolourpaint/kpmainwindow_file.cpp +++ b/kolourpaint/kpmainwindow_file.cpp @@ -425,8 +425,8 @@ void kpMainWindow::slotScan () m_scanDialog = KScanDialog::getScanDialog (this, "scandialog", true/*modal*/); // No scanning support (tdegraphics/libkscan) installed? - // [Remove $KDEDIR/share/servicetypes/kscan.desktop and - // $KDEDIR/share/services/scanservice.desktop to simulate this] + // [Remove $TDEDIR/share/servicetypes/kscan.desktop and + // $TDEDIR/share/services/scanservice.desktop to simulate this] if (!m_scanDialog) { #if DEBUG_KP_MAIN_WINDOW |