summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_glwidget_helpers.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:23 -0600
commit89fd8e25975601f417f8f4988098875b095cae8e (patch)
tree67435979aad4768403466780c04249c17f269d15 /ksquirrel/sq_glwidget_helpers.cpp
parent921ecd4264cabd2b2a655561681340c0633ee554 (diff)
downloadksquirrel-89fd8e25975601f417f8f4988098875b095cae8e.tar.gz
ksquirrel-89fd8e25975601f417f8f4988098875b095cae8e.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ksquirrel/sq_glwidget_helpers.cpp')
-rw-r--r--ksquirrel/sq_glwidget_helpers.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksquirrel/sq_glwidget_helpers.cpp b/ksquirrel/sq_glwidget_helpers.cpp
index 6b770f8..ce49091 100644
--- a/ksquirrel/sq_glwidget_helpers.cpp
+++ b/ksquirrel/sq_glwidget_helpers.cpp
@@ -36,8 +36,8 @@
#include "sq_glwidget_helpers.h"
-SQ_ToolButtonPopup::SQ_ToolButtonPopup(const TQPixmap &pix, const TQString &textLabel, KToolBar *parent)
- : KToolBarButton(pix, -1, parent, 0, textLabel)
+SQ_ToolButtonPopup::SQ_ToolButtonPopup(const TQPixmap &pix, const TQString &textLabel, TDEToolBar *parent)
+ : TDEToolBarButton(pix, -1, parent, 0, textLabel)
{
setFixedWidth(SQ_ToolButton::fixedWidth());
}
@@ -46,7 +46,7 @@ SQ_ToolButtonPopup::~SQ_ToolButtonPopup()
{}
SQ_ToolButton::SQ_ToolButton(const TQIconSet &iconSet, const TQString &textLabel,
- TQObject *receiver, const char *slot, KToolBar *parent, const char *name)
+ TQObject *receiver, const char *slot, TDEToolBar *parent, const char *name)
: TQToolButton(iconSet, textLabel, TQString(), receiver, slot, parent, name)
{
setFixedWidth(SQ_ToolButton::fixedWidth());