Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
$NetBSD: patch-src-widgets.hh,v 1.1 2011/11/22 20:03:56 joerg Exp $
--- src/widgets.hh.orig 2011-11-22 19:09:42.000000000 +0000
+++ src/widgets.hh
@@ -31,10 +31,12 @@
#include <qcombobox.h>
#include <qspinbox.h>
#include <qpopupmenu.h>
-#include <vector.h>
+#include <vector>
#include <qcheckbox.h>
#include <qlistbox.h>
+using namespace std;
+
class QToolBar;
class QToolButton;
class Sucker;