summaryrefslogtreecommitdiffstats
path: root/src/k3bsidepanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bsidepanel.h')
-rw-r--r--src/k3bsidepanel.h4
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