diff options
Diffstat (limited to 'kopete/protocols/oscar/liboscar')
-rw-r--r-- | kopete/protocols/oscar/liboscar/tests/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/liboscar/tests/tdeunittest.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/oscar/liboscar/tests/Makefile.am b/kopete/protocols/oscar/liboscar/tests/Makefile.am index 2e1fad6a..72fd8d64 100644 --- a/kopete/protocols/oscar/liboscar/tests/Makefile.am +++ b/kopete/protocols/oscar/liboscar/tests/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO check_PROGRAMS = tdeunittest clientstream_test logintest userinfotest ssigrouptest redirecttest ipaddrtest tdeunittest_SOURCES = main.cpp tdeunittest.cpp chatnavtests.cpp -tdeunittest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +tdeunittest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor tdeunittest_LDADD = $(LIB_TDECORE) ../liboscar.la clientstream_test_SOURCES = clientstream_test.cpp diff --git a/kopete/protocols/oscar/liboscar/tests/tdeunittest.h b/kopete/protocols/oscar/liboscar/tests/tdeunittest.h index d3ceee97..61f891e8 100644 --- a/kopete/protocols/oscar/liboscar/tests/tdeunittest.h +++ b/kopete/protocols/oscar/liboscar/tests/tdeunittest.h @@ -24,8 +24,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef KUNITTEST_H -#define KUNITTEST_H +#ifndef TDEUNITTEST_H +#define TDEUNITTEST_H #include "tester.h" |