mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4238596de3
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)
17 lines
370 B
C++
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"
|