diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kolourpaint/widgets/kpcolortoolbar.cpp | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kolourpaint/widgets/kpcolortoolbar.cpp')
-rw-r--r-- | kolourpaint/widgets/kpcolortoolbar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kolourpaint/widgets/kpcolortoolbar.cpp b/kolourpaint/widgets/kpcolortoolbar.cpp index 5c6a2aca..26103e0e 100644 --- a/kolourpaint/widgets/kpcolortoolbar.cpp +++ b/kolourpaint/widgets/kpcolortoolbar.cpp @@ -953,7 +953,7 @@ void kpColorSimilarityToolBarItem::mouseDoubleClickEvent (TQMouseEvent * /*e*/) */ kpColorToolBar::kpColorToolBar (const TQString &label, kpMainWindow *mainWindow, const char *name) - : KToolBar (mainWindow, name), + : TDEToolBar (mainWindow, name), m_mainWindow (mainWindow) { setText (label); @@ -993,7 +993,7 @@ kpColorToolBar::kpColorToolBar (const TQString &label, kpMainWindow *mainWindow, m_lastDockedOrientationSet = false; setOrientation (orientation ()); - KToolBar::insertWidget (0, base->width (), base); + TDEToolBar::insertWidget (0, base->width (), base); } // virtual @@ -1025,7 +1025,7 @@ void kpColorToolBar::setOrientation (Qt::Orientation o) m_colorPalette->setOrientation (o); - KToolBar::setOrientation (o); + TDEToolBar::setOrientation (o); } kpColorToolBar::~kpColorToolBar () |