diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
commit | d1e0cc99a202cef3306b90b8839a6726e89f201e (patch) | |
tree | a0d01a91644fd94aa6da5d8944e052b67461faad /tdeparts/tests | |
parent | 3e3559f2d4f4c4ffa3caa0374928c8a12be29bf3 (diff) | |
download | tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.tar.gz tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tdeparts/tests')
-rw-r--r-- | tdeparts/tests/example.cpp | 2 | ||||
-rw-r--r-- | tdeparts/tests/ghostview.cpp | 2 | ||||
-rw-r--r-- | tdeparts/tests/normalktm.cpp | 2 | ||||
-rw-r--r-- | tdeparts/tests/normalktm.h | 2 | ||||
-rw-r--r-- | tdeparts/tests/notepad.cpp | 2 | ||||
-rw-r--r-- | tdeparts/tests/parts.cpp | 2 | ||||
-rw-r--r-- | tdeparts/tests/plugin_spellcheck.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tdeparts/tests/example.cpp b/tdeparts/tests/example.cpp index 34a96a334..0571bf4ad 100644 --- a/tdeparts/tests/example.cpp +++ b/tdeparts/tests/example.cpp @@ -11,7 +11,7 @@ #include <kstandarddirs.h> #include <kapplication.h> #include <kmessagebox.h> -#include <kaction.h> +#include <tdeaction.h> #include <klocale.h> Shell::Shell() diff --git a/tdeparts/tests/ghostview.cpp b/tdeparts/tests/ghostview.cpp index c365bcfcb..66d6f786a 100644 --- a/tdeparts/tests/ghostview.cpp +++ b/tdeparts/tests/ghostview.cpp @@ -1,7 +1,7 @@ #include <kiconloader.h> #include <kstandarddirs.h> #include <kapplication.h> -#include <kaction.h> +#include <tdeaction.h> #include <klocale.h> #include <tdefiledialog.h> #include <kmessagebox.h> diff --git a/tdeparts/tests/normalktm.cpp b/tdeparts/tests/normalktm.cpp index b3907402e..14efbef94 100644 --- a/tdeparts/tests/normalktm.cpp +++ b/tdeparts/tests/normalktm.cpp @@ -11,7 +11,7 @@ #include <kstandarddirs.h> #include <kapplication.h> #include <kmessagebox.h> -#include <kaction.h> +#include <tdeaction.h> #include <klocale.h> #include <kmenubar.h> diff --git a/tdeparts/tests/normalktm.h b/tdeparts/tests/normalktm.h index 7183690f0..f60d490a6 100644 --- a/tdeparts/tests/normalktm.h +++ b/tdeparts/tests/normalktm.h @@ -3,7 +3,7 @@ #define __normalktm_h__ #include <tdeparts/part.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> class TDEAction; class TQWidget; diff --git a/tdeparts/tests/notepad.cpp b/tdeparts/tests/notepad.cpp index f2b43ccda..547cab520 100644 --- a/tdeparts/tests/notepad.cpp +++ b/tdeparts/tests/notepad.cpp @@ -11,7 +11,7 @@ #include <kaboutdata.h> #include <kapplication.h> #include <kdebug.h> -#include <kaction.h> +#include <tdeaction.h> #include <klocale.h> #include <kstatusbar.h> #include <kstandarddirs.h> diff --git a/tdeparts/tests/parts.cpp b/tdeparts/tests/parts.cpp index f41063ef9..e765f55e7 100644 --- a/tdeparts/tests/parts.cpp +++ b/tdeparts/tests/parts.cpp @@ -15,7 +15,7 @@ #include <kapplication.h> #include <kdebug.h> #include <kmessagebox.h> -#include <kaction.h> +#include <tdeaction.h> #include <klocale.h> Part1::Part1( TQObject *parent, TQWidget * parentWidget ) diff --git a/tdeparts/tests/plugin_spellcheck.cpp b/tdeparts/tests/plugin_spellcheck.cpp index dcdf33312..73d5b7986 100644 --- a/tdeparts/tests/plugin_spellcheck.cpp +++ b/tdeparts/tests/plugin_spellcheck.cpp @@ -1,7 +1,7 @@ #include "notepad.h" // this plugin applies to a notepad part #include <tqmultilineedit.h> #include "plugin_spellcheck.h" -#include <kaction.h> +#include <tdeaction.h> #include <kgenericfactory.h> #include <kmessagebox.h> #include <klocale.h> |