summaryrefslogtreecommitdiffstats
path: root/tdeprint/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/tests')
-rw-r--r--tdeprint/tests/helpwindow.cpp2
-rw-r--r--tdeprint/tests/helpwindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/tests/helpwindow.cpp b/tdeprint/tests/helpwindow.cpp
index 9f92734f4..aedb9e2b8 100644
--- a/tdeprint/tests/helpwindow.cpp
+++ b/tdeprint/tests/helpwindow.cpp
@@ -39,7 +39,7 @@
HelpWindow::HelpWindow( const TQString& home_, const TQString& _path,
TQWidget* parent, const char *name )
- : KMainWindow( parent, name, WDestructiveClose ),
+ : TDEMainWindow( parent, name, WDestructiveClose ),
pathCombo( 0 ), selectedURL()
{
readHistory();
diff --git a/tdeprint/tests/helpwindow.h b/tdeprint/tests/helpwindow.h
index c444b8144..d32f2f773 100644
--- a/tdeprint/tests/helpwindow.h
+++ b/tdeprint/tests/helpwindow.h
@@ -20,7 +20,7 @@
class TQComboBox;
class TQPopupMenu;
-class HelpWindow : public KMainWindow
+class HelpWindow : public TDEMainWindow
{
Q_OBJECT
public: