From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kiconedit/palettetoolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiconedit/palettetoolbar.cpp') diff --git a/kiconedit/palettetoolbar.cpp b/kiconedit/palettetoolbar.cpp index 23e0603f..eee9b87b 100644 --- a/kiconedit/palettetoolbar.cpp +++ b/kiconedit/palettetoolbar.cpp @@ -31,7 +31,7 @@ #include "palettetoolbar.h" PaletteToolBar::PaletteToolBar( TQWidget *parent, const char *name ) - : KToolBar( parent, name ) + : TDEToolBar( parent, name ) { TQWidget *base = new TQWidget( this ); -- cgit v1.2.1