diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:52:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:52:08 -0600 |
commit | 784a2227ffdcb03a1e37b1390a8b6e0985ddda9c (patch) | |
tree | 2497bf931758f4bbbf3ec4c538c947b1df27692b /src/core | |
parent | 2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (diff) | |
download | tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.tar.gz tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/netaccess.cpp | 2 | ||||
-rw-r--r-- | src/core/tellico_config.kcfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/netaccess.cpp b/src/core/netaccess.cpp index 82b3fce..5b12cbe 100644 --- a/src/core/netaccess.cpp +++ b/src/core/netaccess.cpp @@ -20,7 +20,7 @@ #include <tdeio/netaccess.h> #include <tdeio/scheduler.h> #include <tdeio/previewjob.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tqapplication.h> #include <tqfile.h> diff --git a/src/core/tellico_config.kcfg b/src/core/tellico_config.kcfg index 51ecde3..24ba5ed 100644 --- a/src/core/tellico_config.kcfg +++ b/src/core/tellico_config.kcfg @@ -6,7 +6,7 @@ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > <kcfgfile name="tellicorc"/> -<include>klocale.h</include> +<include>tdelocale.h</include> <group name="TipOfDay"> <entry key="RunOnStart" type="Bool" name="showTipOfDay"> |