diff options
author | Andrew <forkk@forkk.net> | 2013-03-13 13:42:41 -0500 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-03-13 13:42:41 -0500 |
commit | fd1e3bb814ca73744a9837b50b947a71de907c45 (patch) | |
tree | 42897e2ce1fe8446d061133768b1904c66ec96a1 /libgroupview/src/kcategorizedview.cpp | |
parent | 8864c7ebdc7c6591f17ed65a474113b66e974488 (diff) | |
download | PrismLauncher-fd1e3bb814ca73744a9837b50b947a71de907c45.tar.gz PrismLauncher-fd1e3bb814ca73744a9837b50b947a71de907c45.tar.bz2 PrismLauncher-fd1e3bb814ca73744a9837b50b947a71de907c45.zip |
Fixed issues with libGroupView on Windows.
Diffstat (limited to 'libgroupview/src/kcategorizedview.cpp')
-rw-r--r-- | libgroupview/src/kcategorizedview.cpp | 2 |
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> |