From aea627236e4de24599c3e30617cf264c3c1b7d40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:02:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- karbon/widgets/vselecttoolbar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'karbon/widgets/vselecttoolbar.cc') diff --git a/karbon/widgets/vselecttoolbar.cc b/karbon/widgets/vselecttoolbar.cc index fa01ba46..ff2d3585 100644 --- a/karbon/widgets/vselecttoolbar.cc +++ b/karbon/widgets/vselecttoolbar.cc @@ -33,7 +33,7 @@ #include "vtransformcmd.h" #include -VSelectToolBar::VSelectToolBar( KarbonView *view, const char* name ) : KToolBar( view, name ), m_view( view ) +VSelectToolBar::VSelectToolBar( KarbonView *view, const char* name ) : TDEToolBar( view, name ), m_view( view ) { setCaption( i18n( "Object Properties" ) ); TQLabel *x_label = new TQLabel( i18n( "X:" ), this, "kde toolbar widget" ); -- cgit v1.2.1