From 9c9412b30c54468adc9e506cc76c5d113fbf5056 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:03 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kpf/src/ActiveMonitorWindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpf/src/ActiveMonitorWindow.h') 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 -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 -- cgit v1.2.1