diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:17 -0600 |
commit | 45e371f7ffece317ed9466f032cb0fe9520461f1 (patch) | |
tree | 2f292babc95fbea695a578de46bed15fb2b61fc8 /conduits/memofileconduit | |
parent | 5e4f00a9911f1b6360a49f869fe10620325beaba (diff) | |
download | kpilot-45e371f7ffece317ed9466f032cb0fe9520461f1.tar.gz kpilot-45e371f7ffece317ed9466f032cb0fe9520461f1.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'conduits/memofileconduit')
-rw-r--r-- | conduits/memofileconduit/memofile-conduit.cc | 2 | ||||
-rw-r--r-- | conduits/memofileconduit/memofile-factory.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conduits/memofileconduit/memofile-conduit.cc b/conduits/memofileconduit/memofile-conduit.cc index 1334b10..ec373fd 100644 --- a/conduits/memofileconduit/memofile-conduit.cc +++ b/conduits/memofileconduit/memofile-conduit.cc @@ -45,7 +45,7 @@ #include <tqdir.h> #include <tqtextcodec.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include "pilotRecord.h" diff --git a/conduits/memofileconduit/memofile-factory.cc b/conduits/memofileconduit/memofile-factory.cc index c20da01..30789f8 100644 --- a/conduits/memofileconduit/memofile-factory.cc +++ b/conduits/memofileconduit/memofile-factory.cc @@ -32,7 +32,7 @@ #include <tqlineedit.h> #include <tqcheckbox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kinstance.h> #include <kaboutdata.h> #include <kurlrequester.h> |