summaryrefslogtreecommitdiffstats
path: root/kpresenter
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:47:17 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:47:17 -0500
commit69fd47d9754e4da86b014fb2c46a344c9d366c23 (patch)
treee815bbe854cae5552ae4f707603c8c8ebf839073 /kpresenter
parent74028df41a73ea1766007a76907e42d145258f1f (diff)
downloadkoffice-69fd47d9754e4da86b014fb2c46a344c9d366c23.tar.gz
koffice-69fd47d9754e4da86b014fb2c46a344c9d366c23.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kpresenter')
-rw-r--r--kpresenter/KPrConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrConfig.cpp b/kpresenter/KPrConfig.cpp
index 1a5808ec7..48afca3a2 100644
--- a/kpresenter/KPrConfig.cpp
+++ b/kpresenter/KPrConfig.cpp
@@ -629,7 +629,7 @@ KPrConfigureDefaultDocPage::KPrConfigureDefaultDocPage(KPrView *_view, TQWidget
fontName->setFrameStyle(TQFrame::StyledPanel | TQFrame::Sunken);
TQPushButton *chooseButton = new TQPushButton(i18n("Choose..."), fontContainer);
- TQWhatsThis::add(chooseButton, i18n( "Click here if you want to set a new font. The KDE default Select Font dialog will then be displayed." ) );
+ TQWhatsThis::add(chooseButton, i18n( "Click here if you want to set a new font. The TDE default Select Font dialog will then be displayed." ) );
connect(chooseButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(selectNewDefaultFont()));
fontLayout->addWidget(fontTitle, 0, 0);
@@ -955,7 +955,7 @@ KPrConfigurePathPage::KPrConfigurePathPage( KPrView *_view, TQWidget *parent, ch
connect( m_pPathView, TQT_SIGNAL( selectionChanged ( TQListViewItem * )),
this, TQT_SLOT( slotSelectionChanged(TQListViewItem * )));
slotSelectionChanged(m_pPathView->currentItem());
- TQWhatsThis::add(m_modifyPath, i18n( "When you click this button, a small dialog will appear and, if Default path is unchecked, you can either enter a path yourself or choose one using the standard KDE file dialog." ) );
+ TQWhatsThis::add(m_modifyPath, i18n( "When you click this button, a small dialog will appear and, if Default path is unchecked, you can either enter a path yourself or choose one using the standard TDE file dialog." ) );
box->addWidget(m_modifyPath);
}