summaryrefslogtreecommitdiffstats
path: root/kdeui/kcolorbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kcolorbutton.h')
-rw-r--r--kdeui/kcolorbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kcolorbutton.h b/kdeui/kcolorbutton.h
index cff929156..e1a9b1dc8 100644
--- a/kdeui/kcolorbutton.h
+++ b/kdeui/kcolorbutton.h
@@ -34,7 +34,7 @@ class KColorButtonPrivate;
*
* \image html kcolorbutton.png "KDE Color Button"
*/
-class KDEUI_EXPORT KColorButton : public QPushButton
+class KDEUI_EXPORT KColorButton : public TQPushButton
{
Q_OBJECT
Q_PROPERTY( TQColor color READ color WRITE setColor )
@@ -80,7 +80,7 @@ public:
*/
void setDefaultColor( const TQColor &c );
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
signals:
/**