summaryrefslogtreecommitdiffstats
path: root/style/baghira.h
diff options
context:
space:
mode:
Diffstat (limited to 'style/baghira.h')
-rw-r--r--style/baghira.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/style/baghira.h b/style/baghira.h
index adbe60d..340738a 100644
--- a/style/baghira.h
+++ b/style/baghira.h
@@ -9,7 +9,7 @@
#include <tqwmatrix.h>
#include <kpixmap.h>
#include <tqwidget.h>
-#include <kstyle.h>
+#include <tdestyle.h>
// #define BITMAP_ITEMS 75 // Don't worry, they're demand loaded ;-)
#define LIQUID_MENU_CHANGE 667
@@ -490,7 +490,7 @@ public:
bool fadeIn;
};
-class LiquidStyle : public KStyle
+class LiquidStyle : public TDEStyle
{
Q_OBJECT
public:
@@ -505,7 +505,7 @@ public:
virtual void polish( TQPalette &p );
virtual void unPolish( TQApplication *a );
int styleHint(StyleHint sh, const TQWidget * w, const TQStyleOption & opt, TQStyleHintReturn * shr) const;
- void drawKStylePrimitive( KStylePrimitive kpe, TQPainter* p, const TQWidget* widget, const TQRect &r, const TQColorGroup &cg, SFlags flags = Style_Default, const TQStyleOption& = TQStyleOption::Default ) const;
+ void drawTDEStylePrimitive( TDEStylePrimitive kpe, TQPainter* p, const TQWidget* widget, const TQRect &r, const TQColorGroup &cg, SFlags flags = Style_Default, const TQStyleOption& = TQStyleOption::Default ) const;
void drawPrimitive( PrimitiveElement pe, TQPainter* p, const TQRect &r, const TQColorGroup &cg, SFlags flags = Style_Default, const TQStyleOption& = TQStyleOption::Default ) const;
void drawControl( ControlElement element, TQPainter *p, const TQWidget *widget, const TQRect &r, const TQColorGroup &cg, SFlags flags = Style_Default, const TQStyleOption& = TQStyleOption::Default ) const;
// void drawControlMask( ControlElement element, TQPainter *p, const TQWidget *widget, const TQRect &r, const TQStyleOption& = TQStyleOption::Default ) const;