]> Git trees. - libqmvoc.git/commitdiff
renamed files and make them install/build
authorJeremy Paul Whiting <jpwhiting@kde.org>
Fri, 26 Oct 2007 21:14:21 +0000 (21:14 +0000)
committerJeremy Paul Whiting <jpwhiting@kde.org>
Fri, 26 Oct 2007 21:14:21 +0000 (21:14 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=729758

kdeeduui/CMakeLists.txt
kdeeduui/kedufontutils.cpp [moved from kdeeduui/fontutils.cpp with 97% similarity]
kdeeduui/kedufontutils.h [moved from kdeeduui/fontutils.h with 100% similarity]

index 0d138ee402c454e459f1773e8f1a558e551075d3..bc97194b4fce705c991606f2bdac35902e7ff2cd 100644 (file)
@@ -5,6 +5,7 @@
 
 set(kdeeduui_LIB_SRCS
    kdeeduglossary.cpp
+   kedufontutils.cpp
 )
 
 
@@ -24,5 +25,5 @@ install(TARGETS kdeeduui
 
 install(FILES
    libkdeedu_ui_export.h
-   kdeeduglossary.h DESTINATION ${INCLUDE_INSTALL_DIR}/libkdeedu
+   kdeeduglossary.h kedufontutils.h DESTINATION ${INCLUDE_INSTALL_DIR}/libkdeedu
 )
similarity index 97%
rename from kdeeduui/fontutils.cpp
rename to kdeeduui/kedufontutils.cpp
index 8d4371bc66bc216ea200e4ffafd5a3ffc23dba71..9d0e9e9ab09d5364b6d9af4c211dd9b90a04ab81 100644 (file)
@@ -7,7 +7,7 @@
  *   (at your option) any later version.                                   *
  ***************************************************************************/
 
-#include "fontutils.h"
+#include "kedufontutils.h"
 
 #include <qpainter.h>
 
@@ -32,3 +32,4 @@ int fontUtils::fontSize(QPainter &p, const QString &s1, int w, int h)
 
     return size;
 }
+