diff options
Diffstat (limited to 'src/kcolorcombo2.cpp')
-rw-r--r-- | src/kcolorcombo2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcolorcombo2.cpp b/src/kcolorcombo2.cpp index 8afb9b9..f55f7af 100644 --- a/src/kcolorcombo2.cpp +++ b/src/kcolorcombo2.cpp @@ -313,9 +313,9 @@ class KColorCombo2::KColorCombo2Private /** class KColorCombo2: */ /* All code for the popup management (including the constructor, popup() and eventFilter()) - * has been copied from the KDateEdit widget (in libkdepim). + * has been copied from the KDateEdit widget (in libtdepim). * - * Some other piece of code comes from KColorButton (in libkdeui) to enable color drag, drop, copy and paste. + * Some other piece of code comes from KColorButton (in libtdeui) to enable color drag, drop, copy and paste. */ KColorCombo2::KColorCombo2(const TQColor &color, const TQColor &defaultColor, TQWidget *parent, const char *name) |