From 9e5c87c89567a98c3344c90e392a27715437334c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:58 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ark/mainwindow.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ark/mainwindow.h') diff --git a/ark/mainwindow.h b/ark/mainwindow.h index c878942..21952fd 100644 --- a/ark/mainwindow.h +++ b/ark/mainwindow.h @@ -98,12 +98,12 @@ private: // data KParts::ReadWritePart *m_part; ArkWidget *m_widget; //the parts widget - KAction *newWindowAction; - KAction *newArchAction; - KAction *openAction; - KAction *closeAction; - KAction *reloadAction; - KRecentFilesAction *recent; + TDEAction *newWindowAction; + TDEAction *newArchAction; + TDEAction *openAction; + TDEAction *closeAction; + TDEAction *reloadAction; + TDERecentFilesAction *recent; //progress dialog for konqs service menus / commmand line KProgressDialog *progressDialog; -- cgit v1.2.1