summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmconfiggeneral.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 13:03:38 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 13:03:38 -0500
commit8500fd304d11f6b2c850a57d2ce436f7a98bb513 (patch)
tree3d6bd70da0e76d1b4df1559648e5f09a7ece810c /tdeprint/management/kmconfiggeneral.cpp
parentb316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff)
downloadtdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz
tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/management/kmconfiggeneral.cpp')
-rw-r--r--tdeprint/management/kmconfiggeneral.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/management/kmconfiggeneral.cpp b/tdeprint/management/kmconfiggeneral.cpp
index 40d187c3c..2298d7485 100644
--- a/tdeprint/management/kmconfiggeneral.cpp
+++ b/tdeprint/management/kmconfiggeneral.cpp
@@ -51,7 +51,7 @@ KMConfigGeneral::KMConfigGeneral(TQWidget *parent)
m_timer->setSuffix( i18n( " sec" ) );
m_timer->setSpecialValueText(i18n("Disabled"));
TQWhatsThis::add(m_timer, i18n("This time setting controls the refresh rate of various "
- "<b>KDE Print</b> components like the print manager "
+ "<b>TDE Print</b> components like the print manager "
"and the job viewer."));
TQGroupBox *m_testpagebox = new TQGroupBox(0, Qt::Vertical, i18n("Test Page"), this);