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 --- kedit/kedit.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kedit/kedit.h') diff --git a/kedit/kedit.h b/kedit/kedit.h index b931615..30791c3 100644 --- a/kedit/kedit.h +++ b/kedit/kedit.h @@ -35,8 +35,8 @@ class KEdit; class KSpell; class KSpellConfig; class TQTimer; -class KAction; -class KRecentFilesAction; +class TDEAction; +class TDERecentFilesAction; namespace TDEIO { class Job; } @@ -45,7 +45,7 @@ namespace TDEIO { class Job; } #define ID_INS_OVR 2 #define ID_GENERAL 3 -class TopLevel : public KMainWindow +class TopLevel : public TDEMainWindow { Q_OBJECT @@ -128,11 +128,11 @@ private: bool newWindow; int statusID, toolID, indentID; TQTimer *statusbar_timer; - KRecentFilesAction *recent; - KAction *cutAction; - KAction *copyAction; - KAction *undoAction; - KAction *redoAction; + TDERecentFilesAction *recent; + TDEAction *cutAction; + TDEAction *copyAction; + TDEAction *undoAction; + TDEAction *redoAction; int open_mode; -- cgit v1.2.1