diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:23:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:23:27 -0600 |
commit | c46f36d00839916c8b6cde8ed2ca54aeb40dba19 (patch) | |
tree | 990b3fd4f5a01a1a86b43d158686456eae2bdc44 /kimagemapeditor/imageslistview.h | |
parent | 1e8f4c1ed6da13b851a7100e395d9243871c464d (diff) | |
download | tdewebdev-c46f36d00839916c8b6cde8ed2ca54aeb40dba19.tar.gz tdewebdev-c46f36d00839916c8b6cde8ed2ca54aeb40dba19.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kimagemapeditor/imageslistview.h')
-rw-r--r-- | kimagemapeditor/imageslistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimagemapeditor/imageslistview.h b/kimagemapeditor/imageslistview.h index 1a118d2f..24bac7a0 100644 --- a/kimagemapeditor/imageslistview.h +++ b/kimagemapeditor/imageslistview.h @@ -18,7 +18,7 @@ #ifndef _IMAGESLISTVIEW_H_ #define _IMAGESLISTVIEW_H_ -#include <klistview.h> +#include <tdelistview.h> #include <kurl.h> #include "kimagemapeditor.h" |