summaryrefslogtreecommitdiff
path: root/time/ptimetracker/patches/patch-src-widgets.hh
blob: 9eb10b7b4824d8ab083a7ae0e80ef0240a8f5bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;