From: Paweł Gołaszewski Date: Mon, 2 Sep 2002 00:14:45 +0000 (+0000) Subject: - outdated X-Git-Tag: MathPlanner-3_0_5-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FMathPlanner.git;a=commitdiff_plain;h=a72d1efa86066db33ddc9ba02cf41ad3fed42b71 - outdated Changed files: MathPlanner-plugin.patch -> 1.3 --- diff --git a/MathPlanner-plugin.patch b/MathPlanner-plugin.patch deleted file mode 100644 index 89f72c6..0000000 --- a/MathPlanner-plugin.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- ./src/Base.cpp.org Thu Aug 22 14:06:48 2002 -+++ ./src/Base.cpp Thu Aug 29 18:57:52 2002 -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - #include - -@@ -94,9 +95,9 @@ - - - switch (mathwindow->Style()) { -- case 1: app.setStyle( new QWindowsStyle ); break; -- case 2: app.setStyle( new QPlatinumStyle ); break; -- case 3: app.setStyle( new QMotifStyle ); break; -+ case 1: QLibrary resolve( QWindowsStyle ); break; -+ case 2: QLibrary resolve(QPlatinumStyle); break; -+ case 3: QLibrary resolve(QMotifStyle); break; - } - -