summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kdialogbasetest.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /tdeui/tests/kdialogbasetest.cpp
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'tdeui/tests/kdialogbasetest.cpp')
-rw-r--r--tdeui/tests/kdialogbasetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kdialogbasetest.cpp b/tdeui/tests/kdialogbasetest.cpp
index ec77e7453..35da840a1 100644
--- a/tdeui/tests/kdialogbasetest.cpp
+++ b/tdeui/tests/kdialogbasetest.cpp
@@ -44,7 +44,7 @@ int main(int argc, char** argv)
KDialogBase dialog;
/* Set a help chapter. If you do not set one, the link is not shown, and the
upper part of the frame shrinks as much as possible. The help window "
- "will of course only pop up if you correctly installed kdebase. */
+ "will of course only pop up if you correctly installed tdebase. */
// I disabled it, as khcclient did not run for me.
// dialog.setHelp("kdehelp/intro.html", "", "");
/* This TQTextView is intended to be the main widget of our dialog. The