diff options
Diffstat (limited to 'kpf/src/ActiveMonitorWindow.h')
-rw-r--r-- | kpf/src/ActiveMonitorWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpf/src/ActiveMonitorWindow.h b/kpf/src/ActiveMonitorWindow.h index a10cb06b..63c502b9 100644 --- a/kpf/src/ActiveMonitorWindow.h +++ b/kpf/src/ActiveMonitorWindow.h @@ -26,7 +26,7 @@ #include <kmainwindow.h> -class KAction; +class TDEAction; namespace KPF { @@ -39,7 +39,7 @@ namespace KPF * A wrapper window is used to avoid forcing ActiveMonitor to be * toplevel, so it can be used elsewhere if desired. */ - class ActiveMonitorWindow : public KMainWindow + class ActiveMonitorWindow : public TDEMainWindow { Q_OBJECT @@ -96,7 +96,7 @@ namespace KPF ActiveMonitor * monitor_; - KAction * killAction_; + TDEAction * killAction_; }; } // End namespace KPF |