summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kbutton_impl.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
commite654398e46e37abf457b2b1122ab898d2c51c49f (patch)
treed39ee6440f3c3663c3ead84a2d4cc2d034667e96 /arts/gui/kde/kbutton_impl.h
parente4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff)
downloadtdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz
tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'arts/gui/kde/kbutton_impl.h')
-rw-r--r--arts/gui/kde/kbutton_impl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/arts/gui/kde/kbutton_impl.h b/arts/gui/kde/kbutton_impl.h
index f254c00a..723c5023 100644
--- a/arts/gui/kde/kbutton_impl.h
+++ b/arts/gui/kde/kbutton_impl.h
@@ -25,17 +25,17 @@
#ifndef ARTS_GUI_KBUTTON_IMPL_H
#define ARTS_GUI_KBUTTON_IMPL_H
#include "kwidget_impl.h"
-#include <qpushbutton.h>
+#include <tqpushbutton.h>
namespace Arts {
class KButton_impl;
-class KButtonMapper : public QObject {
+class KButtonMapper : public TQObject {
Q_OBJECT
KButton_impl *impl;
- QPushButton * button;
+ TQPushButton * button;
public:
- KButtonMapper(KButton_impl *impl, QPushButton *but);
+ KButtonMapper(KButton_impl *impl, TQPushButton *but);
protected slots:
void pressed();
void released();
@@ -50,10 +50,10 @@ private:
bool _clicked;
protected:
- QPushButton * _qpushbutton;
+ TQPushButton * _qpushbutton;
public:
- KButton_impl( QPushButton * w = 0 );
+ KButton_impl( TQPushButton * w = 0 );
void constructor( Widget parent );
void constructor( const std::string &, Widget );