diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /kaddressbook/kabcore.cpp | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kaddressbook/kabcore.cpp')
-rw-r--r-- | kaddressbook/kabcore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 0b517bf00..f88be3c3c 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -52,13 +52,13 @@ #include <kcmultidialog.h> #include <kdebug.h> #include <tdeversion.h> -#include <kimproxy.h> +#include <tdeimproxy.h> #include <klocale.h> #include <kmessagebox.h> #include <kprinter.h> #include <kprotocolinfo.h> #include <kpushbutton.h> -#include <kresources/selectdialog.h> +#include <tderesources/selectdialog.h> #include <kstandarddirs.h> #include <kstatusbar.h> #include <kstdguiitem.h> |