diff options
author | Timothy Pearson <[email protected]> | 2013-02-03 22:59:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-03 22:59:08 -0600 |
commit | 9f373c006102fed0926a4da42b4f1a608a2a518c (patch) | |
tree | bb69ccffb566e90435838172b1ea3a01a9babaa1 /styles/dotnet/dotnet.h | |
parent | 257708dece1fd6bc2555547b2ae337eba282aba6 (diff) | |
download | tdeartwork-9f373c006102fed0926a4da42b4f1a608a2a518c.tar.gz tdeartwork-9f373c006102fed0926a4da42b4f1a608a2a518c.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4
Diffstat (limited to 'styles/dotnet/dotnet.h')
-rw-r--r-- | styles/dotnet/dotnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h index 416f20ae..72436526 100644 --- a/styles/dotnet/dotnet.h +++ b/styles/dotnet/dotnet.h @@ -32,7 +32,7 @@ #define TQCOORDARRLEN(x) sizeof(x)/(sizeof(TQCOORD)*2) -class dotNETstyle : public KStyle +class dotNETstyle : public TDEStyle { Q_OBJECT @@ -47,7 +47,7 @@ public: void renderMenuBlendPixmap( KPixmap&, const TQColorGroup&, const TQPopupMenu * ) const; - void drawKStylePrimitive( KStylePrimitive kpe, + void drawTDEStylePrimitive( TDEStylePrimitive kpe, TQPainter* p, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, |