diff options
Diffstat (limited to 'sip/tdecore/kpalette.sip')
-rw-r--r-- | sip/tdecore/kpalette.sip | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sip/tdecore/kpalette.sip b/sip/tdecore/kpalette.sip index 8989844..d2e177c 100644 --- a/sip/tdecore/kpalette.sip +++ b/sip/tdecore/kpalette.sip @@ -32,14 +32,14 @@ class KPalette public: - static QStringList getPaletteList (); - KPalette (const QString& = QString ::null ); + static TQStringList getPaletteList (); + KPalette (const TQString& = TQString ::null ); KPalette (const KPalette&); bool save (); - QString description (); - void setDescription (const QString&); - QString name (); - void setName (const QString&); + TQString description (); + void setDescription (const TQString&); + TQString name (); + void setName (const TQString&); enum Editable { @@ -51,13 +51,13 @@ public: Editable editable (); void setEditable (KPalette::Editable); int nrColors (); - QColor color (int); - int findColor (const QColor&); - QString colorName (int); - QString colorName (const QColor&); - int addColor (const QColor&, const QString& = QString ::null ); - int changeColor (int, const QColor&, const QString& = QString ::null ); - int changeColor (const QColor&, const QColor&, const QString& = QString ::null ); + TQColor color (int); + int findColor (const TQColor&); + TQString colorName (int); + TQString colorName (const TQColor&); + int addColor (const TQColor&, const TQString& = TQString ::null ); + int changeColor (int, const TQColor&, const TQString& = TQString ::null ); + int changeColor (const TQColor&, const TQColor&, const TQString& = TQString ::null ); }; // class KPalette |