diff options
Diffstat (limited to 'src/k3bsidepanel.cpp')
-rw-r--r-- | src/k3bsidepanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bsidepanel.cpp b/src/k3bsidepanel.cpp index 459b139..2c8526e 100644 --- a/src/k3bsidepanel.cpp +++ b/src/k3bsidepanel.cpp @@ -85,7 +85,7 @@ TQFrame* K3bSidePanel::createPanel() } -void K3bSidePanel::addButton( TQFrame* frame, KAction* a ) +void K3bSidePanel::addButton( TQFrame* frame, TDEAction* a ) { if( a ) { TQToolButton* b = new TQToolButton( frame ); |