summaryrefslogtreecommitdiffstats
path: root/adept/installer/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'adept/installer/app.h')
-rw-r--r--adept/installer/app.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/adept/installer/app.h b/adept/installer/app.h
index b344e4a..e20640c 100644
--- a/adept/installer/app.h
+++ b/adept/installer/app.h
@@ -17,7 +17,7 @@
class TQVBox;
class TQWidgetStack;
class TQSplitter;
-class KAction;
+class TDEAction;
class KPushButton;
class TDEProcess;
namespace adept {
@@ -35,7 +35,7 @@ struct IconPolicy : GroupedDesktopSelector::IconPolicy {
virtual TQString iconForGroup( TQString );
};
-class App : public KMainWindow, Application {
+class App : public TDEMainWindow, Application {
Q_OBJECT
public:
@@ -97,10 +97,10 @@ protected:
adept::Browser *m_preview;
// other stuff
- std::vector<KAction *> m_actions;
+ std::vector<TDEAction *> m_actions;
TQMap< TQString, TQString > m_icons;
- KAction *m_undo, *m_redo;
- KToggleAction *m_previewAction;
+ TDEAction *m_undo, *m_redo;
+ TDEToggleAction *m_previewAction;
State m_state, m_lastState;
typedef std::list< component::State::Request > RequestList;