diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:03:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:03:47 -0600 |
commit | 74b3ea38c5a98cbc73839d9ef4590708f2515cee (patch) | |
tree | 23c40344740ffc36e1002a8869d717333f31aaca /src/kscratchpadview.h | |
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.h')
-rwxr-xr-x | src/kscratchpadview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kscratchpadview.h b/src/kscratchpadview.h index fd990af..cf1322a 100755 --- a/src/kscratchpadview.h +++ b/src/kscratchpadview.h @@ -23,7 +23,7 @@ #include <ktoolbar.h> #include <ktextedit.h> -class KScratchpadView : public KToolBar +class KScratchpadView : public TDEToolBar { Q_OBJECT |