KPushButton -> QPushButton
This commit is contained in:
parent
d7fec181e2
commit
c32637cafa
2 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
class QListView;
|
||||
class QPainter;
|
||||
class KPushButton;
|
||||
class QPushButton;
|
||||
|
||||
|
||||
namespace Danbooru {
|
||||
|
@ -65,8 +65,8 @@ namespace Danbooru {
|
|||
private:
|
||||
|
||||
QListView* m_itemView;
|
||||
KPushButton* m_downloadButton;
|
||||
KPushButton* m_viewButton;
|
||||
QPushButton* m_downloadButton;
|
||||
QPushButton* m_viewButton;
|
||||
|
||||
int m_buttonSize;
|
||||
static const int MARGIN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue