diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:58:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:58:32 +0200 |
commit | 6201fa3c010dc3054ce5e81b09b4c805d19e9d0b (patch) | |
tree | 5dc35bb75a2e56b288d28eb8c8317f6dd4788f21 /src | |
parent | 3ef8b5970c24015d6ffaae58171667839522d82b (diff) | |
download | tdeio-umountwrapper-6201fa3c010dc3054ce5e81b09b4c805d19e9d0b.tar.gz tdeio-umountwrapper-6201fa3c010dc3054ce5e81b09b4c805d19e9d0b.zip |
Additional k => tde renaming and fixes
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_ |