diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:56 -0600 |
commit | 819071a9389a2b14017af012110b5a1f180804d7 (patch) | |
tree | c1b618b4feb57b85c2dbd3d119cb9af208072fff | |
parent | a6e03eedbb0464bfc3d7f3ba8905aa1126a6814a (diff) | |
download | kerberostray-819071a9389a2b14017af012110b5a1f180804d7.tar.gz kerberostray-819071a9389a2b14017af012110b5a1f180804d7.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r-- | src/configdlg.cpp | 2 | ||||
-rw-r--r-- | src/toplevel.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configdlg.cpp b/src/configdlg.cpp index 3ec9cc5..34ad7d5 100644 --- a/src/configdlg.cpp +++ b/src/configdlg.cpp @@ -28,7 +28,7 @@ #include <tqpixmap.h> #include <tqiconset.h> #include <tqlabel.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tqcheckbox.h> #include "configdlgbase.h" diff --git a/src/toplevel.cpp b/src/toplevel.cpp index 6344c94..20dcba6 100644 --- a/src/toplevel.cpp +++ b/src/toplevel.cpp @@ -38,7 +38,7 @@ #include <tqpixmap.h> #include <tqbitmap.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <khelpmenu.h> #include <kiconloader.h> #include <klocale.h> |