diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pwg/files/patch-pwg::outputwndimpl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/pwg/files/patch-pwg::outputwndimpl.cpp b/sysutils/pwg/files/patch-pwg::outputwndimpl.cpp new file mode 100644 index 000000000000..8ca41cd7869b --- /dev/null +++ b/sysutils/pwg/files/patch-pwg::outputwndimpl.cpp @@ -0,0 +1,11 @@ +--- pwg/outputwndimpl.cpp.orig Sat Jun 21 18:40:54 2003 ++++ pwg/outputwndimpl.cpp Sat Jun 21 18:41:22 2003 +@@ -20,7 +20,7 @@ + #include <klocale.h> + + #include <unistd.h> +- ++#include <time.h> + + OutputWndImpl::OutputWndImpl(QWidget* parent, const char *name) + : OutputWnd(parent, name) |