diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:52:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:52:56 -0600 |
commit | 819071a9389a2b14017af012110b5a1f180804d7 (patch) | |
tree | c1b618b4feb57b85c2dbd3d119cb9af208072fff /src/configdlg.cpp | |
parent | a6e03eedbb0464bfc3d7f3ba8905aa1126a6814a (diff) | |
download | kerberostray-819071a9389a2b14017af012110b5a1f180804d7.tar.gz kerberostray-819071a9389a2b14017af012110b5a1f180804d7.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/configdlg.cpp')
-rw-r--r-- | src/configdlg.cpp | 2 |
1 files changed, 1 insertions, 1 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" |