diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:03 -0500 |
commit | 8f6d8c59818cc88a32dc420d0128983f9e7be712 (patch) | |
tree | bfcf6c588c10b6b27844d00f7ad6dfe3981de9b7 /src/kcolorcombo2.cpp | |
parent | a75a21ba929298ab3d8992f6dcefacc7734d4ffd (diff) | |
download | basket-8f6d8c59818cc88a32dc420d0128983f9e7be712.tar.gz basket-8f6d8c59818cc88a32dc420d0128983f9e7be712.zip |
Rename kde libraries to tde
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) |