freebsd-ports/deskutils/krss/files/patch-krss-schemeeditor.cpp
Tilman Keskinoz 46c45934f2 Fix build on -CURRENT
PR:		52572
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-05-22 21:15:14 +00:00

11 lines
299 B
C++

--- krss/schemeeditor.cpp.orig Mon Nov 26 10:08:12 2001
+++ krss/schemeeditor.cpp Wed May 21 10:27:55 2003
@@ -43,6 +43,8 @@
#include "schemeparser.h"
#include "colourconverter.h"
+using namespace std;
+
SchemeEditor::SchemeEditor(QWidget *parent, const char *name )
: QWidget(parent,name)
{