freebsd-ports/deskutils/krss/files/patch-krss-syncdialog.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
342 B
C++

--- krss/syncdialog.cpp.orig Tue Sep 11 01:23:37 2001
+++ krss/syncdialog.cpp Wed May 21 10:30:45 2003
@@ -27,6 +27,8 @@
#include <klocale.h>
+using namespace std;
+
SyncDialog::SyncDialog(KConfig *config, QWidget *parent, const char *name )
: KDialogBase(parent,name,true,i18n("Sharing Feeds"),User1|Close,Close,true,i18n("Skip"))
{