summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index 2d22bd46fb..b37f037e31 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -78,14 +78,10 @@ class WPushButton : public WWidget {
private:
// Associates a pixmap of a given state of the button with the widget
- // template<typename pixmapSource>
void setPixmap(int iState, bool bPressed, PixmapSource* source);
- void setPixmap(int iState, bool bPressed, const QString& filename);
- // void setPixmap(int iState, bool bPressed, const QString &filename);
// Associates a background pixmap with the widget. This is only needed if
// the button pixmaps contains alpha channel values.
- void setPixmapBackground(const QString &filename, Paintable::DrawMode mode);
void setPixmapBackground(PixmapSource* source,
Paintable::DrawMode mode);