summaryrefslogtreecommitdiffstats
path: root/src/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbar.h')
-rw-r--r--src/statusbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statusbar.h b/src/statusbar.h
index 2f5370ef..82efa285 100644
--- a/src/statusbar.h
+++ b/src/statusbar.h
@@ -26,13 +26,13 @@ Status bar.
*/
class KDevStatusBar : public KStatusBar
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDevStatusBar( TQWidget *parent=0, const char *name=0 );
~KDevStatusBar();
- void addWidget ( TQWidget *widget, int stretch = 0, bool permanent = FALSE );
+ void addWidget ( TQWidget *widget, int stretch = 0, bool permanent = false );
private slots:
void cursorPositionChanged();