summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpmainwindow_file.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:16 -0600
commit698dd70e2868d1a4028a7cb5486eb6e63990b106 (patch)
tree554d7f474ff689050795bb1991bf3af04ce30485 /kolourpaint/kpmainwindow_file.cpp
parent3af987b7825866d742487cb6aa5b82bf0adf7543 (diff)
downloadtdegraphics-698dd70e2868d1a4028a7cb5486eb6e63990b106.tar.gz
tdegraphics-698dd70e2868d1a4028a7cb5486eb6e63990b106.zip
Additional renaming of kde to tde
Diffstat (limited to 'kolourpaint/kpmainwindow_file.cpp')
-rw-r--r--kolourpaint/kpmainwindow_file.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kolourpaint/kpmainwindow_file.cpp b/kolourpaint/kpmainwindow_file.cpp
index 5e57237b..93743bc2 100644
--- a/kolourpaint/kpmainwindow_file.cpp
+++ b/kolourpaint/kpmainwindow_file.cpp
@@ -424,7 +424,7 @@ void kpMainWindow::slotScan ()
// [takes about 500ms on 350Mhz]
m_scanDialog = KScanDialog::getScanDialog (this, "scandialog", true/*modal*/);
- // No scanning support (kdegraphics/libkscan) installed?
+ // No scanning support (tdegraphics/libkscan) installed?
// [Remove $KDEDIR/share/servicetypes/kscan.desktop and
// $KDEDIR/share/services/scanservice.desktop to simulate this]
if (!m_scanDialog)
@@ -1330,7 +1330,7 @@ void kpMainWindow::setAsWallpaper (bool centered)
// write position:
//
- // SYNC: kdebase/kcontrol/background/bgsettings.h:
+ // SYNC: tdebase/kcontrol/background/bgsettings.h:
// 1 = Centered
// 2 = Tiled
// 6 = Scaled
@@ -1349,8 +1349,8 @@ void kpMainWindow::setAsWallpaper (bool centered)
dataStream << int (centered ? 1 : 2);
- // I'm going to all this trouble because the user might not have kdebase
- // installed so kdebase/kdesktop/KBackgroundIface.h might not be around
+ // I'm going to all this trouble because the user might not have tdebase
+ // installed so tdebase/kdesktop/KBackgroundIface.h might not be around
// to be compiled in (where user == developer :))
if (!KApplication::dcopClient ()->send ("kdesktop", "KBackgroundIface",
"setWallpaper(TQString,int)", data))