diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:23:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:23:27 -0600 |
commit | c46f36d00839916c8b6cde8ed2ca54aeb40dba19 (patch) | |
tree | 990b3fd4f5a01a1a86b43d158686456eae2bdc44 /lib/ksavealldialog.cpp | |
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 'lib/ksavealldialog.cpp')
-rw-r--r-- | lib/ksavealldialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ksavealldialog.cpp b/lib/ksavealldialog.cpp index 53b9d344..cac2c059 100644 --- a/lib/ksavealldialog.cpp +++ b/lib/ksavealldialog.cpp @@ -23,8 +23,8 @@ #include <klocale.h> #include <kpushbutton.h> -#include <klistbox.h> -#include <klistview.h> +#include <tdelistbox.h> +#include <tdelistview.h> #include <kstdguiitem.h> #include "ksavealldialog.h" |