mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
846a9729bd
- Add support for Type1 fonts via T1 library - Add NLS support (French localization) - Fix GCC 4.1 compatiblity - Fix comment - Add OPTIONS - Enable builds with optimized CFLAGS - Fix patchname to make portlint happy - Pass maintainership to submitter Added file(s): - files/patch-Makefile.in - files/patch-src_graph_graphqtdlg.h - files/patch-src_graph_graphunixx11.c - files/patch-src_include_global.h Removed file(s): - files/patch-src::graph::graphunixx11.c PR: ports/100285 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
11 lines
252 B
C++
11 lines
252 B
C++
--- src/graph/graphqtdlg.h.orig Fri Jul 14 00:33:51 2006
|
|
+++ src/graph/graphqtdlg.h Fri Jul 14 00:34:01 2006
|
|
@@ -59,6 +59,7 @@
|
|
class QSignalMapper;
|
|
class EScrollField;
|
|
class EDialogPrivate;
|
|
+class EDialog;
|
|
|
|
class EDialogPrivate: public QDialog
|
|
{
|