diff options
Diffstat (limited to 'src/statusbar.h')
-rw-r--r-- | src/statusbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar.h b/src/statusbar.h index a17ef3a9..b8cfeb29 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -27,7 +27,7 @@ Status bar. class KDevStatusBar : public KStatusBar { Q_OBJECT - TQ_OBJECT + public: KDevStatusBar( TQWidget *parent=0, const char *name=0 ); |