From 9aa2a73641f4d386c9667ac946cebfabca872940 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:04:33 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/ktechlab.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/ktechlab.h') diff --git a/src/ktechlab.h b/src/ktechlab.h index 16aeb44..41dbf1a 100644 --- a/src/ktechlab.h +++ b/src/ktechlab.h @@ -28,11 +28,11 @@ class ViewContainer; typedef TQValueList< TQGuardedPtr > ViewContainerList; -class KAction; +class TDEAction; class RecentFilesAction; class KTabWidget; -class KToolBar; -class KToggleAction; +class TDEToolBar; +class TDEToggleAction; class KURL; class TQLabel; @@ -54,7 +54,7 @@ class KTechlab : public KateMDI::MainWindow /** * Returns a pointer to an action with the given name. */ - KAction * action( const TQString & name ) const; + TDEAction * action( const TQString & name ) const; /** * Returns a URL from a Open File dialog (with all ktechlab related file * types allowed). @@ -225,7 +225,7 @@ class KTechlab : public KateMDI::MainWindow RecentFilesAction * m_recentFiles; RecentFilesAction * m_recentProjects; - KToggleAction * m_statusbarAction; + TDEToggleAction * m_statusbarAction; KTabWidget * m_pViewContainerTabWidget; TQString m_lastStatusBarMessage; TQValueList m_noRemoveGUIClients; -- cgit v1.2.3