20 #ifndef __KSEPARATOR_H__
21 #define __KSEPARATOR_H__
25 #include <tdelibs_export.h>
36 TQ_PROPERTY(
int orientation READ orientation WRITE setOrientation )
44 KSeparator(TQWidget* parent=0,
const char* name=0, WFlags f=0);
54 KSeparator(
int orientation, TQWidget* parent=0,
const char* name=0,
61 int orientation()
const;
68 void setOrientation(
int orient);
73 virtual TQSize sizeHint()
const;
79 virtual void drawFrame( TQPainter *p );
81 virtual void virtual_hook(
int id,
void* data );
83 class KSeparatorPrivate* d;
Standard horizontal or vertical separator.