summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrWebPresentation.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-16 13:41:26 -0600
committerTimothy Pearson <[email protected]>2011-11-16 13:41:26 -0600
commitb960b948d62cc621806ba75cbf5cc16210b47844 (patch)
tree2de6a70c1d4b2009164eecdff3c8eaad2af327f5 /kpresenter/KPrWebPresentation.cpp
parent933b892946bd640e29ddbf5279ffebec99df5b1c (diff)
downloadkoffice-b960b948d62cc621806ba75cbf5cc16210b47844.tar.gz
koffice-b960b948d62cc621806ba75cbf5cc16210b47844.zip
Additional renaming of kde to tde
Diffstat (limited to 'kpresenter/KPrWebPresentation.cpp')
-rw-r--r--kpresenter/KPrWebPresentation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp
index aa68e58e..2197cf32 100644
--- a/kpresenter/KPrWebPresentation.cpp
+++ b/kpresenter/KPrWebPresentation.cpp
@@ -801,7 +801,7 @@ void KPrWebPresentationWizard::setupPage2()
tqlayout->addWidget( encoding, 3, 1 );
// Fill encoding combo
- // Stolen from kdelibs/kate/part/katedialogs.cpp
+ // Stolen from tdelibs/kate/part/katedialogs.cpp
TQStringList encodings(KGlobal::charsets()->descriptiveEncodingNames());
int idx = 0;
for (uint i = 0; i < encodings.count(); i++)