1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/cbedic/files/patch-src::cbedic.cpp
Peter Pentchev 4238596de3 Snatch kbedic from the jaws of Death in the nick of time... Okay, okay -
the truth is, this is a *long* overdue update to kbedic to use the QT 3
libraries instead of the dead-and-gone QT 2 ones.  This does indeed result
in some duplication of installed dictionaries, since kbedic no longer uses
textproc/bedic-data, but I'll take care of this later.

Break cbedic out into a full-blown port - it's a different version from
kbedic now.  While I'm here, take maintainership of both ports.

Submitted by:	arved (a long, long time ago)
2005-02-15 23:17:45 +00:00

17 lines
370 B
C++

--- src/cbedic.cpp.old Fri Dec 12 04:51:13 2003
+++ src/cbedic.cpp Fri Dec 12 04:51:35 2003
@@ -24,10 +24,12 @@
**********************************************************************/
-#include <iostream.h>
+#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+
+using namespace std;
#include "defaults.h"
#include "translator.h"