diff options
Diffstat (limited to 'tdeui/tests/krulertest.h')
-rw-r--r-- | tdeui/tests/krulertest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/tests/krulertest.h b/tdeui/tests/krulertest.h index d180e93a0..0242fb5d7 100644 --- a/tdeui/tests/krulertest.h +++ b/tdeui/tests/krulertest.h @@ -3,8 +3,8 @@ #ifndef krulertest_h #define krulertest_h -#include <kapplication.h> -#include <kmainwindow.h> +#include <tdeapplication.h> +#include <tdemainwindow.h> #include <tqwidget.h> #include <tqcheckbox.h> #include <tqradiobutton.h> @@ -42,7 +42,7 @@ private: }; -class KRulerTest : public KMainWindow +class KRulerTest : public TDEMainWindow { Q_OBJECT public: |