diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:57:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:57:37 +0200 |
commit | 15ae7be824e362e8397532d7d60a3a93055caa41 (patch) | |
tree | 335b1112358991072b87137eb5ae8aa384b57c63 /lib/kotext | |
parent | 13402815bec5cb5702aedbd0a8119e40f106c2c1 (diff) | |
download | koffice-15ae7be824e362e8397532d7d60a3a93055caa41.tar.gz koffice-15ae7be824e362e8397532d7d60a3a93055caa41.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'lib/kotext')
-rw-r--r-- | lib/kotext/kohyphen/Makefile.am | 2 | ||||
-rw-r--r-- | lib/kotext/tests/KoUserStyleTester.cpp | 4 | ||||
-rw-r--r-- | lib/kotext/tests/Makefile.am | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/kohyphen/Makefile.am b/lib/kotext/kohyphen/Makefile.am index 5302f0ef..a509da52 100644 --- a/lib/kotext/kohyphen/Makefile.am +++ b/lib/kotext/kohyphen/Makefile.am @@ -18,4 +18,4 @@ check_PROGRAMS = kohyphentest kohyphentest_SOURCES = kohyphentest.cpp kohyphentest_LDADD = ./libkohyphen.la $(LIB_QT) $(LIB_TDECORE) -kohyphentest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +kohyphentest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/lib/kotext/tests/KoUserStyleTester.cpp b/lib/kotext/tests/KoUserStyleTester.cpp index 6a0360aa..559375fd 100644 --- a/lib/kotext/tests/KoUserStyleTester.cpp +++ b/lib/kotext/tests/KoUserStyleTester.cpp @@ -29,8 +29,8 @@ #include "KoUserStyleTester.h" #include "KoUserStyleTester.moc" -KUNITTEST_MODULE(tdeunittest_KoUserStyleTester, "KoUserStyle Tester"); -KUNITTEST_MODULE_REGISTER_TESTER(KoUserStyleTester); +TDEUNITTEST_MODULE(tdeunittest_KoUserStyleTester, "KoUserStyle Tester"); +TDEUNITTEST_MODULE_REGISTER_TESTER(KoUserStyleTester); #undef COMPARE /// for source-compat with qttestlib: use COMPARE(x,y) if you plan to port to qttestlib later. diff --git a/lib/kotext/tests/Makefile.am b/lib/kotext/tests/Makefile.am index fd7754b2..7080201b 100644 --- a/lib/kotext/tests/Makefile.am +++ b/lib/kotext/tests/Makefile.am @@ -8,7 +8,7 @@ check_PROGRAMS = kotextformattertest kobordertest kovariabletest TESTS = kotextformattertest kovariabletest LDADD = ../libkotext.la -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kobordertest_SOURCES = kobordertest.cpp kotextformattertest_SOURCES = kotextformattertest.cpp |