diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:44 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:01:29 +0200 |
commit | 45971e65a6114fbd1f91ae354da485450001166f (patch) | |
tree | b607ce9f3b683a89478b8c21c6bc9a53bf6b7a44 /kget | |
parent | c26bb519a8aebc04ffe39d0b6c784a1c1e915202 (diff) | |
download | tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.tar.gz tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kget')
-rw-r--r-- | kget/http_defaults.h | 4 | ||||
-rw-r--r-- | kget/kget_plug_in/Makefile.am | 2 | ||||
-rw-r--r-- | kget/tdemainwidget.h | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kget/http_defaults.h b/kget/http_defaults.h index 77c63825..5229a2cc 100644 --- a/kget/http_defaults.h +++ b/kget/http_defaults.h @@ -28,8 +28,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef _KIO_HTTP_SLAVE_DEFAULTS_H -#define _KIO_HTTP_SLAVE_DEFAULTS_H +#ifndef _TDEIO_HTTP_SLAVE_DEFAULTS_H +#define _TDEIO_HTTP_SLAVE_DEFAULTS_H // CACHE SETTINGS #define DEFAULT_MAX_CACHE_SIZE 5120 // 5 MB diff --git a/kget/kget_plug_in/Makefile.am b/kget/kget_plug_in/Makefile.am index cff33984..f092d463 100644 --- a/kget/kget_plug_in/Makefile.am +++ b/kget/kget_plug_in/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = tdehtml_kget.la tdehtml_kget_la_METASOURCES = AUTO tdehtml_kget_la_SOURCES = kget_plug_in.cpp kget_linkview.cpp links.cpp tdehtml_kget_la_LIBADD = $(LIB_TDEHTML) -tdehtml_kget_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS) +tdehtml_kget_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS) KDE_ICON = AUTO diff --git a/kget/tdemainwidget.h b/kget/tdemainwidget.h index cd8703d6..da35a240 100644 --- a/kget/tdemainwidget.h +++ b/kget/tdemainwidget.h @@ -25,8 +25,8 @@ ***************************************************************************/ -#ifndef _KMAINWIDGET_H_ -#define _KMAINWIDGET_H_ +#ifndef _TDEMAINWIDGET_H_ +#define _TDEMAINWIDGET_H_ #include <tdemainwindow.h> #include <tdeaction.h> @@ -230,4 +230,4 @@ private: extern TDEMainWidget *tdemain; extern DropTarget *kdrop; -#endif // _KMAINWIDGET_H_ +#endif // _TDEMAINWIDGET_H_ |