Skip to content

Commit

Permalink
- remove old TODOs
Browse files Browse the repository at this point in the history
- make KBruch compile without kdeedu

svn path=/trunk/KDE/kdeedu/kbruch/; revision=1218675
  • Loading branch information
steinsag committed Feb 3, 2011
1 parent ac30574 commit 04b1f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
project(kbruch)

find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} ${QT4_INCLUDES})

add_subdirectory( src )
3 changes: 0 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ Instructions
What is left to do
==================

* Maybe split class task in representation, calculate and generation

* Become kpercentage tasks not hard-coded (porangaba)


Feature Request
===============

* the calculation with 'mixed numbers' like 2 1/3 + 5 1/7 = (?)

0 comments on commit 04b1f70

Please sign in to comment.