diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:03:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:03:47 -0600 |
commit | 74b3ea38c5a98cbc73839d9ef4590708f2515cee (patch) | |
tree | 23c40344740ffc36e1002a8869d717333f31aaca /src/kscratchpadview.cpp | |
parent | 6e5c9473ba17d56c9f981cc5c0987a409d33e3e3 (diff) | |
download | kpicosim-74b3ea38c5a98cbc73839d9ef4590708f2515cee.tar.gz kpicosim-74b3ea38c5a98cbc73839d9ef4590708f2515cee.zip |
Rename a number of classes to enhance compatibility with KDE4
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() ) ) ; |