diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:04 -0600 |
commit | 08a27ff4ca540b9abfb3eac67cbba5a480a8bbd3 (patch) | |
tree | bcd4a532e741d04ebb160f4761bcb77b875286d4 /src/kcolorcombo2.h | |
parent | dff37d34bfe7faea4801d273ea569eccf7e75c53 (diff) | |
download | basket-08a27ff4ca540b9abfb3eac67cbba5a480a8bbd3.tar.gz basket-08a27ff4ca540b9abfb3eac67cbba5a480a8bbd3.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/kcolorcombo2.h')
-rw-r--r-- | src/kcolorcombo2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcolorcombo2.h b/src/kcolorcombo2.h index 0e13404..862a2a1 100644 --- a/src/kcolorcombo2.h +++ b/src/kcolorcombo2.h @@ -54,7 +54,7 @@ class KColorPopup; * TQWidget::paletteChange(oldPalette); * } * @endcode - * or connect the signal KApplication::kdisplayPaletteChanged() to a slot that will set the default color of this widget. + * or connect the signal TDEApplication::kdisplayPaletteChanged() to a slot that will set the default color of this widget. * * @par Advanced usage: * By default, the combobox show a well balanced rainbow, OK for most usages, and you don't need to do anything for it to work.\n |