summaryrefslogtreecommitdiffstats
path: root/libgroupview/src
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-03-13 13:42:41 -0500
committerAndrew <forkk@forkk.net>2013-03-13 13:42:41 -0500
commitfd1e3bb814ca73744a9837b50b947a71de907c45 (patch)
tree42897e2ce1fe8446d061133768b1904c66ec96a1 /libgroupview/src
parent8864c7ebdc7c6591f17ed65a474113b66e974488 (diff)
downloadMultiMC-fd1e3bb814ca73744a9837b50b947a71de907c45.tar
MultiMC-fd1e3bb814ca73744a9837b50b947a71de907c45.tar.gz
MultiMC-fd1e3bb814ca73744a9837b50b947a71de907c45.tar.lz
MultiMC-fd1e3bb814ca73744a9837b50b947a71de907c45.tar.xz
MultiMC-fd1e3bb814ca73744a9837b50b947a71de907c45.zip
Fixed issues with libGroupView on Windows.
Diffstat (limited to 'libgroupview/src')
-rw-r--r--libgroupview/src/kcategorizedview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgroupview/src/kcategorizedview.cpp b/libgroupview/src/kcategorizedview.cpp
index ba4ae2dc..5b7c8d42 100644
--- a/libgroupview/src/kcategorizedview.cpp
+++ b/libgroupview/src/kcategorizedview.cpp
@@ -33,7 +33,7 @@
#include "kcategorizedview_p.h"
#include <math.h> // trunc on C99 compliant systems
-#include <kdefakes.h> // trunc for not C99 compliant systems
+//#include <kdefakes.h> // trunc for not C99 compliant systems
#include <QPainter>
#include <QScrollBar>