generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-05-31 20:31:53 +00:00
parent 302f2d328a
commit ef50ebc0ee
7 changed files with 17 additions and 12 deletions

View file

@ -24,6 +24,7 @@
#include <QtGui/QFont> //ctor
#include <QtGui/QFontMetrics> //ctor
#include <QtGui/QPainter>
#include <QtGui/QPen>
#include <KCursor> //make()
#include <KDebug>

View file

@ -25,11 +25,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <QLabel>
#include <QPainter>
#include <QStyle>
#include <QtGui/qstyleoption.h>
#include <QStyleOption>
#include <QStylePainter>
#include <QTabBar>
#include <QToolButton>
#include <QVBoxLayout>
#include <QPen>
// KDE
#include <KDebug>

View file

@ -33,6 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include <QPainter>
#include <QPalette>
#include <QPixmap>
#include <QFontMetrics>
#include <qmath.h>
namespace Gwenview

View file

@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QHBoxLayout>
#include <QLabel>
#include <QPainter>
#include <QPen>
#include "moc_kcalc_bitset.cpp"

View file

@ -14,6 +14,7 @@
#include <QPainter>
#include <QPrintDialog>
#include <QPen>
#include <kdeprintdialog.h>
#include <klocale.h>

View file

@ -49,7 +49,7 @@ namespace Plasma
class LineEdit;
}
class LancelotWindow: public QGraphicsView, public Ui_LancelotWindowBase
class LancelotWindow: public QGraphicsView, public LUi::LancelotWindowBase
{
Q_OBJECT
public:

View file

@ -8,19 +8,19 @@
/* Includes */
#include<QSize>
#include <QSize>
#include <lancelot/layouts/NodeLayout.h>
#include <lancelot/layouts/CardLayout.h>
#include<QIcon>
#include<lancelot/widgets/Panel.h>
#include<lancelot/widgets/ExtenderButton.h>
#include<lancelot/widgets/TabBar.h>
#include<QString>
#include<lancelot/lancelot.h>
#include <QIcon>
#include <lancelot/widgets/Panel.h>
#include <lancelot/widgets/ExtenderButton.h>
#include <lancelot/widgets/TabBar.h>
#include <QString>
#include <lancelot/lancelot.h>
#include <lancelot/layouts/FlipLayout.h>
#include<lancelot/widgets/ActionListView.h>
#include <lancelot/widgets/ActionListView.h>
#include <lancelot/layouts/FullBorderLayout.h>
#include<lancelot/widgets/PassagewayView.h>
#include <lancelot/widgets/PassagewayView.h>
/* Defines */
#define SYSTEM_HEIGHT 28
@ -29,7 +29,7 @@
#define SECTIONS_WIDTH 128
namespace Ui {
namespace LUi {
class LancelotWindowBase
{