diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/tdeio_umountwrapper.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 509c91d..ed8b44e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,6 @@ bin_PROGRAMS = tdeio_umountwrapper # the application source, library search path, and link libraries tdeio_umountwrapper_SOURCES = main.cpp tdeio_umountwrapper.cpp -tdeio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +tdeio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor tdeio_umountwrapper_LDADD = $(LIB_TDEUI) diff --git a/src/tdeio_umountwrapper.h b/src/tdeio_umountwrapper.h index 14cdc24..5165298 100644 --- a/src/tdeio_umountwrapper.h +++ b/src/tdeio_umountwrapper.h @@ -19,8 +19,8 @@ ***************************************************************************/ -#ifndef _KIO_UMOUNTWRAPPER_H_ -#define _KIO_UMOUNTWRAPPER_H_ +#ifndef _TDEIO_UMOUNTWRAPPER_H_ +#define _TDEIO_UMOUNTWRAPPER_H_ #ifdef HAVE_CONFIG_H #include <config.h> @@ -46,4 +46,4 @@ private slots: }; -#endif // _KIO_UMOUNTWRAPPER_H_ +#endif // _TDEIO_UMOUNTWRAPPER_H_ |