diff options
Diffstat (limited to 'src/kscratchpadview.cpp')
-rwxr-xr-x | src/kscratchpadview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kscratchpadview.cpp b/src/kscratchpadview.cpp index 2a94d6c..23851db 100755 --- a/src/kscratchpadview.cpp +++ b/src/kscratchpadview.cpp @@ -20,7 +20,7 @@ #include "kscratchpadview.h" KScratchpadView::KScratchpadView( TQWidget *parent, const char *name) - : KToolBar(parent, name) + : TDEToolBar(parent, name) { view = new KTextEdit( this ) ; view->setFont( TQFont( "Courier", view->font().pointSize() ) ) ; |