summaryrefslogtreecommitdiffstats
path: root/style/lipstik.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-03 22:54:07 -0600
committerTimothy Pearson <[email protected]>2013-02-03 22:54:07 -0600
commitc185347c7257c41f376f2de07537ef9adcc1896c (patch)
treeed27b5e46922d05f614099376adc9b1352142c3c /style/lipstik.h
parent4fd5598837ccb599bb7e517e5c4c73e81e5e8f8c (diff)
downloadtde-style-lipstik-c185347c7257c41f376f2de07537ef9adcc1896c.tar.gz
tde-style-lipstik-c185347c7257c41f376f2de07537ef9adcc1896c.zip
Rename KStyle to TDEStyle to avoid conflicts with KDE4
Diffstat (limited to 'style/lipstik.h')
-rw-r--r--style/lipstik.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/style/lipstik.h b/style/lipstik.h
index f68d02f..06a677f 100644
--- a/style/lipstik.h
+++ b/style/lipstik.h
@@ -24,7 +24,7 @@
Copyright (C) 2000 Daniel M. Duley <[email protected]>
(C) 2000 Dirk Mueller <[email protected]>
(C) 2001 Martijn Klingens <[email protected]>
- Progressbar code based on KStyle,
+ Progressbar code based on TDEStyle,
Copyright (C) 2001-2002 Karol Szwed <[email protected]>
This library is free software; you can redistribute it and/or
@@ -60,7 +60,7 @@ class TQSettings;
class TQTab;
class TQTimer;
-class LipstikStyle : public KStyle
+class LipstikStyle : public TDEStyle
{
Q_OBJECT
@@ -73,7 +73,7 @@ public:
void polish(const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, void *);
void unPolish(const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, void *);
- void drawKStylePrimitive(KStylePrimitive kpe,
+ void drawTDEStylePrimitive(TDEStylePrimitive kpe,
TQPainter* p,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,