From 6e6db807dac66c20a2d946cae6c10ecda0a38e97 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:33:51 -0600 Subject: Rename a few build variables for overall consistency --- tdefilereplace/Makefile.am | 2 +- tdefilereplace/tdefilereplace.h | 4 ++-- tdefilereplace/tdefilereplaceiface.h | 6 +++--- tdefilereplace/tdefilereplacelib.h | 6 +++--- tdefilereplace/tdefilereplacepart.h | 4 ++-- tdefilereplace/tdefilereplaceview.h | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'tdefilereplace') diff --git a/tdefilereplace/Makefile.am b/tdefilereplace/Makefile.am index de6265b5..c4c2f474 100644 --- a/tdefilereplace/Makefile.am +++ b/tdefilereplace/Makefile.am @@ -22,7 +22,7 @@ libtdefilereplacepart_la_SOURCES = tdefilereplacepart.cpp tdefilereplaceview.cpp commandengine.cpp configurationclasses.cpp libtdefilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP -libtdefilereplacepart_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) $(LIB_TDEHTML) +libtdefilereplacepart_la_LIBADD = $(LIB_TDEFILE) $(LIB_KPARTS) $(LIB_TDEHTML) messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/tdefilereplace.pot diff --git a/tdefilereplace/tdefilereplace.h b/tdefilereplace/tdefilereplace.h index 6dd154d9..7da206fd 100644 --- a/tdefilereplace/tdefilereplace.h +++ b/tdefilereplace/tdefilereplace.h @@ -13,8 +13,8 @@ * (at your option) any later version. * * * ***************************************************************************/ -#ifndef KFILEREPLACE_H -#define KFILEREPLACE_H +#ifndef TDEFILEREPLACE_H +#define TDEFILEREPLACE_H #include diff --git a/tdefilereplace/tdefilereplaceiface.h b/tdefilereplace/tdefilereplaceiface.h index 515a330e..77be035f 100644 --- a/tdefilereplace/tdefilereplaceiface.h +++ b/tdefilereplace/tdefilereplaceiface.h @@ -14,8 +14,8 @@ * (at your option) any later version. * * * ***************************************************************************/ -#ifndef KFILEREPLACEIFACE_H -#define KFILEREPLACEIFACE_H +#ifndef TDEFILEREPLACEIFACE_H +#define TDEFILEREPLACEIFACE_H #include @@ -27,4 +27,4 @@ k_dcop: virtual void openURL(const TQString& url) = 0; }; -#endif // KFILEREPLACEIFACE_H +#endif // TDEFILEREPLACEIFACE_H diff --git a/tdefilereplace/tdefilereplacelib.h b/tdefilereplace/tdefilereplacelib.h index 0810a992..9669b31c 100644 --- a/tdefilereplace/tdefilereplacelib.h +++ b/tdefilereplace/tdefilereplacelib.h @@ -18,8 +18,8 @@ * * ***************************************************************************/ -#ifndef KFILEREPLACELIB_H -#define KFILEREPLACELIB_H +#ifndef TDEFILEREPLACELIB_H +#define TDEFILEREPLACELIB_H // KDE #include @@ -62,4 +62,4 @@ class KFileReplaceLib static void setIconForFileEntry(TQListViewItem* item, TQString path); }; -#endif // KFILEREPLACEFILELIB_H +#endif // TDEFILEREPLACEFILELIB_H diff --git a/tdefilereplace/tdefilereplacepart.h b/tdefilereplace/tdefilereplacepart.h index d4f84b77..d625d7bb 100644 --- a/tdefilereplace/tdefilereplacepart.h +++ b/tdefilereplace/tdefilereplacepart.h @@ -12,8 +12,8 @@ // // -#ifndef KFILEREPLACEPART_H -#define KFILEREPLACEPART_H +#ifndef TDEFILEREPLACEPART_H +#define TDEFILEREPLACEPART_H // QT diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h index adb77f6b..5ef3cfe4 100644 --- a/tdefilereplace/tdefilereplaceview.h +++ b/tdefilereplace/tdefilereplaceview.h @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#ifndef KFILEREPLACEVIEW_H -#define KFILEREPLACEVIEW_H +#ifndef TDEFILEREPLACEVIEW_H +#define TDEFILEREPLACEVIEW_H #ifdef HAVE_CONFIG_H #include @@ -114,4 +114,4 @@ class KFileReplaceView : public KFileReplaceViewWdg void searchingOnlyMode(bool);*/ }; -#endif // KFILEREPLACEVIEW_H +#endif // TDEFILEREPLACEVIEW_H -- cgit v1.2.1