From 7716a5e605907a009e19f429cec4e6b5f346bd71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:36 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kuiviewer/kuiviewer_part.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kuiviewer/kuiviewer_part.h') diff --git a/kuiviewer/kuiviewer_part.h b/kuiviewer/kuiviewer_part.h index a0dd6d8b..960da999 100644 --- a/kuiviewer/kuiviewer_part.h +++ b/kuiviewer/kuiviewer_part.h @@ -29,8 +29,8 @@ class TQWidget; class KURL; class TQVBox; class TDEAboutData; -class KListAction; -class KListView; +class TDEListAction; +class TDEListView; /** * This is a "Part". It that does all the real work in a KPart @@ -73,8 +73,8 @@ protected: private: TQVBox *m_widget; TQGuardedPtr m_view; - KListAction *m_style; - KAction *m_copy; + TDEListAction *m_style; + TDEAction *m_copy; }; #endif // KUIVIEWERPART_H -- cgit v1.2.1