summaryrefslogtreecommitdiffstats
path: root/kdeui/kseparator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kseparator.h')
-rw-r--r--kdeui/kseparator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kseparator.h b/kdeui/kseparator.h
index 008403a15..885f39ed5 100644
--- a/kdeui/kseparator.h
+++ b/kdeui/kseparator.h
@@ -30,7 +30,7 @@
* @author Michael Roth <mroth@wirlweb.de>
* @version $Id$
*/
-class KDEUI_EXPORT KSeparator : public QFrame
+class KDEUI_EXPORT KSeparator : public TQFrame
{
Q_OBJECT
Q_PROPERTY( int orientation READ orientation WRITE setOrientation )
@@ -70,7 +70,7 @@ class KDEUI_EXPORT KSeparator : public QFrame
/**
* The recommended height (width) for a horizontal (vertical) separator.
**/
- virtual TQSize sizeHint() const;
+ virtual TQSize tqsizeHint() const;
protected:
/**