diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:59:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:59:16 -0600 |
commit | 08e6e3d01bc56d3b55c1512164f48d3db762bd53 (patch) | |
tree | 5280c4cb6c471a7f2d79e42246fdcda85cc4adfe /src/k3bsidepanel.h | |
parent | f3e58cb8bdc777ffad67ac52847bb63c27e7e436 (diff) | |
download | k3b-08e6e3d01bc56d3b55c1512164f48d3db762bd53.tar.gz k3b-08e6e3d01bc56d3b55c1512164f48d3db762bd53.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/k3bsidepanel.h')
-rw-r--r-- | src/k3bsidepanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bsidepanel.h b/src/k3bsidepanel.h index 42731ac..e337561 100644 --- a/src/k3bsidepanel.h +++ b/src/k3bsidepanel.h @@ -21,7 +21,7 @@ class K3bMainWindow; class K3bFileTreeView; class TQFrame; -class KAction; +class TDEAction; class K3bSidePanel : public TQToolBox @@ -44,7 +44,7 @@ class K3bSidePanel : public TQToolBox K3bFileTreeView* m_fileTreeView; TQFrame* createPanel(); - void addButton( TQFrame* frame, KAction* action ); + void addButton( TQFrame* frame, TDEAction* action ); }; #endif |