diff options
Diffstat (limited to 'khelpcenter/mainwindow.h')
-rw-r--r-- | khelpcenter/mainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; }; |