diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:33:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:33:51 -0600 |
commit | 6e6db807dac66c20a2d946cae6c10ecda0a38e97 (patch) | |
tree | 7091a8068f0dafe3861a2a9b5db4b44e08033e10 /tdefilereplace | |
parent | 0f2cdace57937e42849449167138a1672ef1d867 (diff) | |
download | tdewebdev-6e6db807dac66c20a2d946cae6c10ecda0a38e97.tar.gz tdewebdev-6e6db807dac66c20a2d946cae6c10ecda0a38e97.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefilereplace')
-rw-r--r-- | tdefilereplace/Makefile.am | 2 | ||||
-rw-r--r-- | tdefilereplace/tdefilereplace.h | 4 | ||||
-rw-r--r-- | tdefilereplace/tdefilereplaceiface.h | 6 | ||||
-rw-r--r-- | tdefilereplace/tdefilereplacelib.h | 6 | ||||
-rw-r--r-- | tdefilereplace/tdefilereplacepart.h | 4 | ||||
-rw-r--r-- | tdefilereplace/tdefilereplaceview.h | 6 |
6 files changed, 14 insertions, 14 deletions
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 <tdeparts/mainwindow.h> 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 <dcopobject.h> @@ -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 <klocale.h> @@ -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 <config.h> @@ -114,4 +114,4 @@ class KFileReplaceView : public KFileReplaceViewWdg void searchingOnlyMode(bool);*/ }; -#endif // KFILEREPLACEVIEW_H +#endif // TDEFILEREPLACEVIEW_H |