diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:16:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:16:38 -0600 |
commit | e72932181ba866984405b8e52ac789849bc0e2c9 (patch) | |
tree | d3f13d0fb18bd8f116e4bb0cba553ae40402371c /src/configdialog.h | |
parent | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (diff) | |
download | tellico-e72932181ba866984405b8e52ac789849bc0e2c9.tar.gz tellico-e72932181ba866984405b8e52ac789849bc0e2c9.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/configdialog.h')
-rw-r--r-- | src/configdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configdialog.h b/src/configdialog.h index 40b9f42..7d65578 100644 --- a/src/configdialog.h +++ b/src/configdialog.h @@ -17,7 +17,7 @@ #include "fetch/fetcher.h" #include <kdialogbase.h> -#include <klistview.h> +#include <tdelistview.h> class TDEConfig; class KLineEdit; |