diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:12 -0600 |
commit | 67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d (patch) | |
tree | 07b85c0ecb70077c87f3b52207393a92c180f413 /dcoppython/test | |
parent | ae2858133ebe92da16e5aab05f0b138de7cf514c (diff) | |
download | tdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.tar.gz tdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'dcoppython/test')
-rw-r--r-- | dcoppython/test/dcopserver/kdedcoptest.cpp | 2 | ||||
-rw-r--r-- | dcoppython/test/dcopserver/kdedcoptest.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/test/dcopserver/kdedcoptest.cpp b/dcoppython/test/dcopserver/kdedcoptest.cpp index f7a0bdf5..106e0a18 100644 --- a/dcoppython/test/dcopserver/kdedcoptest.cpp +++ b/dcoppython/test/dcopserver/kdedcoptest.cpp @@ -6,7 +6,7 @@ #include <tqlabel.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <klocale.h> KDEDcopTest::KDEDcopTest() diff --git a/dcoppython/test/dcopserver/kdedcoptest.h b/dcoppython/test/dcopserver/kdedcoptest.h index 54009e02..84a4db01 100644 --- a/dcoppython/test/dcopserver/kdedcoptest.h +++ b/dcoppython/test/dcopserver/kdedcoptest.h @@ -9,7 +9,7 @@ #include <config.h> #endif -#include <kmainwindow.h> +#include <tdemainwindow.h> #include "mainclass.h" |