Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 17:26:20 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511256 - head/math/rkward-kde/files
Message-ID:  <201909051726.x85HQKWG018944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Sep  5 17:26:20 2019
New Revision: 511256
URL: https://svnweb.freebsd.org/changeset/ports/511256

Log:
  math/rkward-kde: add missing includes
  
  PR:		238782

Added:
  head/math/rkward-kde/files/patch-rkward_rkward.cpp   (contents, props changed)
  head/math/rkward-kde/files/patch-rkward_windows_rktoolwindowbar.cpp   (contents, props changed)
  head/math/rkward-kde/files/patch-rkward_windows_rkworkplace.cpp   (contents, props changed)

Added: head/math/rkward-kde/files/patch-rkward_rkward.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rkward-kde/files/patch-rkward_rkward.cpp	Thu Sep  5 17:26:20 2019	(r511256)
@@ -0,0 +1,10 @@
+--- rkward/rkward.cpp.orig	2019-09-05 17:14:20 UTC
++++ rkward/rkward.cpp
+@@ -24,6 +24,7 @@
+ #include <QMenuBar>
+ #include <QStatusBar>
+ #include <QInputDialog>
++#include <QHBoxLayout>
+ 
+ // include files for KDE
+ #include <kmessagebox.h>

Added: head/math/rkward-kde/files/patch-rkward_windows_rktoolwindowbar.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rkward-kde/files/patch-rkward_windows_rktoolwindowbar.cpp	Thu Sep  5 17:26:20 2019	(r511256)
@@ -0,0 +1,10 @@
+--- rkward/windows/rktoolwindowbar.cpp.orig	2019-09-04 19:20:47 UTC
++++ rkward/windows/rktoolwindowbar.cpp
+@@ -24,6 +24,7 @@
+ #include <kparts/partmanager.h>
+ #include <kselectaction.h>
+ 
++#include <QLayout>
+ #include <QSplitter>
+ #include <QContextMenuEvent>
+ 

Added: head/math/rkward-kde/files/patch-rkward_windows_rkworkplace.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rkward-kde/files/patch-rkward_windows_rkworkplace.cpp	Thu Sep  5 17:26:20 2019	(r511256)
@@ -0,0 +1,10 @@
+--- rkward/windows/rkworkplace.cpp.orig	2019-09-04 19:06:32 UTC
++++ rkward/windows/rkworkplace.cpp
+@@ -31,6 +31,7 @@
+ #include <QDir>
+ #include <QApplication>
+ #include <QMimeDatabase>
++#include <QVBoxLayout>
+ 
+ #include "detachedwindowcontainer.h"
+ #include "rkcommandeditorwindow.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051726.x85HQKWG018944>