diff options
Diffstat (limited to 'tderesources/slox')
-rw-r--r-- | tderesources/slox/Makefile.am | 2 | ||||
-rw-r--r-- | tderesources/slox/tdeabcresourceslox.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/slox/Makefile.am b/tderesources/slox/Makefile.am index 6175de162..319041882 100644 --- a/tderesources/slox/Makefile.am +++ b/tderesources/slox/Makefile.am @@ -34,7 +34,7 @@ tdeabc_slox_la_LIBADD = libtdeabc_slox.la EXTRA_PROGRAMS = testsloxaccounts -testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor testsloxaccounts_LDADD = libkslox.la testsloxaccounts_SOURCES = testsloxaccounts.cpp diff --git a/tderesources/slox/tdeabcresourceslox.h b/tderesources/slox/tdeabcresourceslox.h index af2686f65..35a71be22 100644 --- a/tderesources/slox/tdeabcresourceslox.h +++ b/tderesources/slox/tdeabcresourceslox.h @@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KABC_RESOURCESLOX_H -#define KABC_RESOURCESLOX_H +#ifndef TDEABC_RESOURCESLOX_H +#define TDEABC_RESOURCESLOX_H #include "sloxbase.h" #include "webdavhandler.h" |