summaryrefslogtreecommitdiffstats
path: root/kstyles/light/lightstyle-v2.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:14:48 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:14:48 -0500
commitdad42352f4ad47d34caf50040367dc2a95772baa (patch)
tree6d2887d13f9b1403b8ce15be48a6ea7cec32fd96 /kstyles/light/lightstyle-v2.h
parent365f03061337a81bcffb4a45c4ad637edad27019 (diff)
downloadtdelibs-dad42352f4ad47d34caf50040367dc2a95772baa.tar.gz
tdelibs-dad42352f4ad47d34caf50040367dc2a95772baa.zip
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
Diffstat (limited to 'kstyles/light/lightstyle-v2.h')
-rw-r--r--kstyles/light/lightstyle-v2.h87
1 files changed, 0 insertions, 87 deletions
diff --git a/kstyles/light/lightstyle-v2.h b/kstyles/light/lightstyle-v2.h
deleted file mode 100644
index 90b3e89c9..000000000
--- a/kstyles/light/lightstyle-v2.h
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- Copyright (c) 2000-2001 Trolltech AS (info@trolltech.com)
-
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of this software and associated documentation files (the "Software"),
- to deal in the Software without restriction, including without limitation
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
-*/
-
-#ifndef LIGHTSTYLE_V2_H
-#define LIGHTSTYLE_V2_H
-
-
-#include <tdestyle.h>
-
-
-#ifdef QT_PLUGIN
-# define Q_EXPORT_STYLE_LIGHT_V2
-#else
-# define Q_EXPORT_STYLE_LIGHT_V2 Q_EXPORT
-#endif // QT_PLUGIN
-
-
-class Q_EXPORT_STYLE_LIGHT_V2 LightStyleV2 : public TDEStyle
-{
- Q_OBJECT
-
-public:
- LightStyleV2();
- virtual ~LightStyleV2();
-
- void polishPopupMenu( const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, void *ptr );
-
- void drawPrimitive(TQ_PrimitiveElement, TQPainter *, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQRect &, const TQColorGroup &,
- SFlags = Style_Default,
- const TQStyleOption & = TQStyleOption::Default ) const;
-
- void drawControl(TQ_ControlElement, TQPainter *, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQRect &,
- const TQColorGroup &, SFlags = Style_Default,
- const TQStyleOption & = TQStyleOption::Default, const TQWidget * = 0 ) const;
- void drawControlMask(TQ_ControlElement, TQPainter *, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQRect &,
- const TQStyleOption & = TQStyleOption::Default, const TQWidget * = 0) const;
-
- TQRect subRect(SubRect, const TQStyleControlElementData &ceData, const ControlElementFlags elementFlags, const TQWidget *) const;
-
- void drawComplexControl(TQ_ComplexControl, TQPainter *, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQRect &,
- const TQColorGroup &, SFlags = Style_Default,
- SCFlags = SC_All, SCFlags = SC_None,
- const TQStyleOption & = TQStyleOption::Default, const TQWidget * = 0 ) const;
-
- TQRect querySubControlMetrics(TQ_ComplexControl, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, SubControl,
- const TQStyleOption & = TQStyleOption::Default, const TQWidget * = 0 ) const;
-
- SubControl querySubControl(TQ_ComplexControl, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQPoint &,
- const TQStyleOption &data = TQStyleOption::Default, const TQWidget * = 0 ) const;
-
- int pixelMetric(PixelMetric, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQWidget * = 0 ) const;
-
- TQSize sizeFromContents(ContentsType, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQSize &,
- const TQStyleOption & = TQStyleOption::Default, const TQWidget * = 0 ) const;
-
- int styleHint(TQ_StyleHint, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags,
- const TQStyleOption & = TQStyleOption::Default,
- TQStyleHintReturn * = 0, const TQWidget * = 0 ) const;
-
- TQPixmap stylePixmap( StylePixmap stylepixmap,
- const TQStyleControlElementData &ceData,
- ControlElementFlags elementFlags,
- const TQStyleOption& = TQStyleOption::Default,
- const TQWidget* widget = 0 ) const;
-};
-
-
-#endif // LIGHTSTYLE_V2_H