From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- khelpcenter/mainwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khelpcenter/mainwindow.h') diff --git a/khelpcenter/mainwindow.h b/khelpcenter/mainwindow.h index e0472246a..698e0150f 100644 --- a/khelpcenter/mainwindow.h +++ b/khelpcenter/mainwindow.h @@ -22,7 +22,7 @@ namespace KHC { class View; -class MainWindow : public KMainWindow, public DCOPObject +class MainWindow : public TDEMainWindow, public DCOPObject { Q_OBJECT K_DCOP @@ -97,8 +97,8 @@ private: View *mDoc; Navigator *mNavigator; - KAction *mLastSearchAction; - KAction *mCopyText; + TDEAction *mLastSearchAction; + TDEAction *mCopyText; LogDialog *mLogDialog; }; -- cgit v1.2.1