diff options
Diffstat (limited to 'kpovmodeler/pmpalettevalue.h')
-rw-r--r-- | kpovmodeler/pmpalettevalue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmpalettevalue.h b/kpovmodeler/pmpalettevalue.h index 05f9712a..44d443f4 100644 --- a/kpovmodeler/pmpalettevalue.h +++ b/kpovmodeler/pmpalettevalue.h @@ -55,11 +55,11 @@ public: /** * Serializes the palette entry into a XML document. */ - void serialize( QDomElement& e, QDomDocument& doc ) const; + void serialize( TQDomElement& e, TQDomDocument& doc ) const; /** * Reads the palette entry from a XML document. */ - void readAttributes( const QDomElement& h ); + void readAttributes( const TQDomElement& h ); /** * Returns true if both values have the same index and value |