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 /quanta/messages | |
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 'quanta/messages')
-rw-r--r-- | quanta/messages/annotationoutput.cpp | 2 | ||||
-rw-r--r-- | quanta/messages/messageoutput.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/quanta/messages/annotationoutput.cpp b/quanta/messages/annotationoutput.cpp index 7ded7062..69da8c4d 100644 --- a/quanta/messages/annotationoutput.cpp +++ b/quanta/messages/annotationoutput.cpp @@ -22,7 +22,7 @@ #include <kdebug.h> #include <tdeio/netaccess.h> -#include <klistview.h> +#include <tdelistview.h> #include <klocale.h> #include <kmessagebox.h> #include <kurl.h> diff --git a/quanta/messages/messageoutput.cpp b/quanta/messages/messageoutput.cpp index fe1a5230..17333aee 100644 --- a/quanta/messages/messageoutput.cpp +++ b/quanta/messages/messageoutput.cpp @@ -21,7 +21,7 @@ #include <tdefiledialog.h> #include <klocale.h> #include <kmessagebox.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kiconloader.h> // TQt includes |