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