summaryrefslogtreecommitdiffstats
path: root/src/ktechlab.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
commit9aa2a73641f4d386c9667ac946cebfabca872940 (patch)
tree9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/ktechlab.h
parent0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff)
downloadktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz
ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/ktechlab.h')
-rw-r--r--src/ktechlab.h10
1 files changed, 5 insertions, 5 deletions
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<ViewContainer> > 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<KXMLGUIClient*> m_noRemoveGUIClients;