diff options
author | Timothy Pearson <[email protected]> | 2013-02-16 01:10:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-16 01:10:50 -0600 |
commit | a8f3e727ae4e7c39788e58ed9bc1733d8de11897 (patch) | |
tree | 58982733ff19b22da4edeb2297f1ba1c365a009b /wizards/sloxwizard.cpp | |
parent | 914b878361b3e822fdd3088ee1e4c4757e8bc00f (diff) | |
download | tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.tar.gz tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.zip |
Fix build system references to kabc
Diffstat (limited to 'wizards/sloxwizard.cpp')
-rw-r--r-- | wizards/sloxwizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/sloxwizard.cpp b/wizards/sloxwizard.cpp index 646597269..8486a74fc 100644 --- a/wizards/sloxwizard.cpp +++ b/wizards/sloxwizard.cpp @@ -21,8 +21,8 @@ #include "sloxwizard.h" #include "sloxconfig.h" -#include "tderesources/slox/kabcsloxprefs.h" -#include "tderesources/slox/kabcresourceslox.h" +#include "tderesources/slox/tdeabcsloxprefs.h" +#include "tderesources/slox/tdeabcresourceslox.h" #include "tderesources/slox/kcalsloxprefs.h" #include "tderesources/slox/kcalresourceslox.h" |