Use kdelibs coding style
This commit is contained in:
parent
0084798a2c
commit
d965371d23
31 changed files with 201 additions and 234 deletions
|
@ -22,16 +22,18 @@
|
|||
|
||||
#include "ui_generalpage.h"
|
||||
|
||||
namespace Danbooru {
|
||||
namespace Danbooru
|
||||
{
|
||||
|
||||
class DanbooruSettings;
|
||||
|
||||
class GeneralPage: public QWidget, public Ui::GeneralPage {
|
||||
class GeneralPage: public QWidget, public Ui::GeneralPage
|
||||
{
|
||||
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit GeneralPage(DanbooruSettings* preferences, QWidget* parent=0);
|
||||
explicit GeneralPage(DanbooruSettings *preferences, QWidget *parent = 0);
|
||||
~GeneralPage();
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue