diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
commit | f050f7c84cccf297921968acd454e6a462e30857 (patch) | |
tree | d2dbec79b7ecb12d9dd28b20e491a454b18ecb52 /extra/kde340 | |
parent | 6b87edd9b7b08ca0030e5633e8a9653576f73a32 (diff) | |
download | pytde-f050f7c84cccf297921968acd454e6a462e30857.tar.gz pytde-f050f7c84cccf297921968acd454e6a462e30857.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde340')
-rw-r--r-- | extra/kde340/configwidget.h | 2 | ||||
-rw-r--r-- | extra/kde340/konsole_part.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde340/configwidget.h b/extra/kde340/configwidget.h index 30ebf2a..a5b1143 100644 --- a/extra/kde340/configwidget.h +++ b/extra/kde340/configwidget.h @@ -24,7 +24,7 @@ #include "resource.h" -#include <kconfig.h> +#include <tdeconfig.h> #include <tqwidget.h> diff --git a/extra/kde340/konsole_part.h b/extra/kde340/konsole_part.h index ecc7924..5647257 100644 --- a/extra/kde340/konsole_part.h +++ b/extra/kde340/konsole_part.h @@ -161,7 +161,7 @@ signals: TQString pmPath; // pixmap path TQString s_schema; - TQString s_kconfigSchema; + TQString s_tdeconfigSchema; TQString s_word_seps; // characters that are considered part of a word TQString fontNotFound_par; |