diff options
Diffstat (limited to 'dcoppython')
-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" |