summaryrefslogtreecommitdiffstats
path: root/adept/batch/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'adept/batch/app.h')
-rw-r--r--adept/batch/app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/adept/batch/app.h b/adept/batch/app.h
index 7c0a7ac..7aa69d4 100644
--- a/adept/batch/app.h
+++ b/adept/batch/app.h
@@ -18,7 +18,7 @@
class TQVBox;
class TQWidgetStack;
class TQSplitter;
-class KAction;
+class TDEAction;
class KPushButton;
namespace adept {
class AcqProgressWidget;
@@ -27,7 +27,7 @@ class AcqProgressWidget;
using namespace aptFront;
using namespace adept;
-class App : public KMainWindow, Application {
+class App : public TDEMainWindow, Application {
Q_OBJECT
public: