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/project/project.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 'quanta/project/project.cpp')
-rw-r--r-- | quanta/project/project.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/project/project.cpp b/quanta/project/project.cpp index c4da3a3c..30982a8b 100644 --- a/quanta/project/project.cpp +++ b/quanta/project/project.cpp @@ -27,14 +27,14 @@ #include <tqlayout.h> // include files for KDE -#include <kactionclasses.h> +#include <tdeactionclasses.h> #include <kapplication.h> #include <kcharsets.h> #include <kdirwatch.h> #include <tdeio/netaccess.h> #include <klineedit.h> #include <klocale.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <kmessagebox.h> #include <tdeparts/componentfactory.h> #include <kprogress.h> |