summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqwidget.h')
-rw-r--r--src/kernel/ntqwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqwidget.h b/src/kernel/ntqwidget.h
index 6529236a8..c4a288d4b 100644
--- a/src/kernel/ntqwidget.h
+++ b/src/kernel/ntqwidget.h
@@ -456,6 +456,9 @@ public:
WState testWState( WState s ) const;
WFlags testWFlags( WFlags f ) const;
NFlags testNFlags( NFlags f ) const;
+ uint getWState() const;
+ WFlags getWFlags() const;
+ NFlags getNFlags() const;
static TQWidget * find( WId );
static TQWidgetMapper *wmapper();
@@ -573,13 +576,10 @@ protected:
bool destroyOldWindow = TRUE );
virtual void destroy( bool destroyWindow = TRUE,
bool destroySubWindows = TRUE );
- uint getWState() const;
virtual void setWState( uint );
void clearWState( uint n );
- WFlags getWFlags() const;
virtual void setWFlags( WFlags );
void clearWFlags( WFlags n );
- NFlags getNFlags() const;
virtual void setNFlags( NFlags );
void clearNFlags( NFlags n );