diff options
Diffstat (limited to 'kdejava/koala/test')
5 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/test/kblend/KBlendTest.java b/kdejava/koala/test/kblend/KBlendTest.java index 6e4e4109..67080049 100644 --- a/kdejava/koala/test/kblend/KBlendTest.java +++ b/kdejava/koala/test/kblend/KBlendTest.java @@ -11,7 +11,7 @@ import org.kde.koala.*; * Class to test KImageEffect blending effects. * * This is a translation to java from kblendtest.cpp in the tests library - * of kdeui source. + * of tdeui source. * * @see KApplication * @see KImageEffect diff --git a/kdejava/koala/test/kcharselect/KCharSelectTest.java b/kdejava/koala/test/kcharselect/KCharSelectTest.java index c994fb78..b07a1937 100644 --- a/kdejava/koala/test/kcharselect/KCharSelectTest.java +++ b/kdejava/koala/test/kcharselect/KCharSelectTest.java @@ -3,7 +3,7 @@ import org.kde.koala.*; /** * - * Taken from test program of the kdeui tests + * Taken from test program of the tdeui tests **/ public class KCharSelectTest { diff --git a/kdejava/koala/test/kcombobox/KComboBoxTest.java b/kdejava/koala/test/kcombobox/KComboBoxTest.java index b2dd9a2f..c0b8d5fd 100644 --- a/kdejava/koala/test/kcombobox/KComboBoxTest.java +++ b/kdejava/koala/test/kcombobox/KComboBoxTest.java @@ -7,7 +7,7 @@ import java.util.*; * Class to text KComboBox widgets. * * This is a translation to java from kcomboboxtest.cpp in the tests library - * of kdeui source. + * of tdeui source. * * Combo boxes tested * - Editable ComboBox diff --git a/kdejava/koala/test/kfontdialog/KFontDialogTest.java b/kdejava/koala/test/kfontdialog/KFontDialogTest.java index a210d90e..e1d4a19f 100644 --- a/kdejava/koala/test/kfontdialog/KFontDialogTest.java +++ b/kdejava/koala/test/kfontdialog/KFontDialogTest.java @@ -31,7 +31,7 @@ import org.kde.koala.*; * Class to test KFontDialog widgets. * * This is a translation to java from kfontdialogtest.cpp in the tests library - * of kdeui source. + * of tdeui source. * * @see KFontDialog * @see KApplication diff --git a/kdejava/koala/test/kprogress/KProgressTest.java b/kdejava/koala/test/kprogress/KProgressTest.java index 456fbc14..d2d13e40 100644 --- a/kdejava/koala/test/kprogress/KProgressTest.java +++ b/kdejava/koala/test/kprogress/KProgressTest.java @@ -5,7 +5,7 @@ import org.kde.koala.*; * Class to test KProgress widget. * * This is a translation to java from kprogresstest.cpp in the tests library - * of kdeui source. + * of tdeui source. * * @see KProgress * @see KApplication |