|
|
@ -100,7 +100,7 @@ public:
|
|
|
|
* @param pixmap The active pixmap
|
|
|
|
* @param pixmap The active pixmap
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
// this one is from TQButton, so #ifdef-ing it out doesn't break BC
|
|
|
|
// this one is from TQButton, so #ifdef-ing it out doesn't break BC
|
|
|
|
virtual void setPixmap(const TQPixmap &pixmap) KDE_DEPRECATED;
|
|
|
|
virtual void setPixmap(const TQPixmap &pixmap) TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @deprecated
|
|
|
|
* @deprecated
|
|
|
@ -109,7 +109,7 @@ public:
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param pixmap The pixmap to use as the default (normal) one
|
|
|
|
* @param pixmap The pixmap to use as the default (normal) one
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void setDefaultPixmap(const TQPixmap& pixmap) KDE_DEPRECATED;
|
|
|
|
void setDefaultPixmap(const TQPixmap& pixmap) TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @deprecated
|
|
|
|
* @deprecated
|
|
|
@ -118,7 +118,7 @@ public:
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param pixmap The pixmap to use when disabled
|
|
|
|
* @param pixmap The pixmap to use when disabled
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void setDisabledPixmap(const TQPixmap& pixmap) KDE_DEPRECATED;
|
|
|
|
void setDisabledPixmap(const TQPixmap& pixmap) TDE_DEPRECATED;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -161,7 +161,7 @@ public:
|
|
|
|
* @param generate If true, then the other icons are automagically
|
|
|
|
* @param generate If true, then the other icons are automagically
|
|
|
|
* generated from this one
|
|
|
|
* generated from this one
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
KDE_DEPRECATED void setIcon(const TQString &icon, bool generate ) { Q_UNUSED(generate); setIcon( icon ); }
|
|
|
|
TDE_DEPRECATED void setIcon(const TQString &icon, bool generate ) { Q_UNUSED(generate); setIcon( icon ); }
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @deprecated
|
|
|
|
* @deprecated
|
|
|
@ -170,7 +170,7 @@ public:
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param icon The icon to use as the default (normal) one
|
|
|
|
* @param icon The icon to use as the default (normal) one
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void setDefaultIcon(const TQString& icon) KDE_DEPRECATED;
|
|
|
|
void setDefaultIcon(const TQString& icon) TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @deprecated
|
|
|
|
* @deprecated
|
|
|
@ -179,7 +179,7 @@ public:
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param icon The icon to use when disabled
|
|
|
|
* @param icon The icon to use when disabled
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void setDisabledIcon(const TQString& icon) KDE_DEPRECATED;
|
|
|
|
void setDisabledIcon(const TQString& icon) TDE_DEPRECATED;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|