summaryrefslogtreecommitdiffstats
path: root/sip/qt/qstatusbar.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qstatusbar.sip')
-rw-r--r--sip/qt/qstatusbar.sip66
1 files changed, 33 insertions, 33 deletions
diff --git a/sip/qt/qstatusbar.sip b/sip/qt/qstatusbar.sip
index 4e1f704..5ab47fd 100644
--- a/sip/qt/qstatusbar.sip
+++ b/sip/qt/qstatusbar.sip
@@ -1,94 +1,94 @@
-// This is the SIP interface definition for QStatusBar.
+// This is the SIP interface definition for TQStatusBar.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%ExportedDoc
-<Sect2><Title>QStatusBar</Title>
+<Sect2><Title>TQStatusBar</Title>
<Para>
-<Literal>QStatusBar</Literal> is fully implemented.
+<Literal>TQStatusBar</Literal> is fully implemented.
</Para>
</Sect2>
%End
-class QStatusBar : QWidget
+class TQStatusBar : TQWidget
{
%TypeHeaderCode
#include <qstatusbar.h>
%End
public:
- QStatusBar(QWidget * /TransferThis/ = 0,const char * = 0);
+ TQStatusBar(TQWidget * /TransferThis/ = 0,const char * = 0);
-%If (- Qt_2_1_0)
- void addWidget(QWidget * /Transfer/,int,bool = 0);
+%If (- TQt_2_1_0)
+ void addWidget(TQWidget * /Transfer/,int,bool = 0);
%End
-%If (Qt_2_1_0 - Qt_3_0_0)
- void addWidget(QWidget * /Transfer/,int = 0,bool = 0);
+%If (TQt_2_1_0 - TQt_3_0_0)
+ void addWidget(TQWidget * /Transfer/,int = 0,bool = 0);
%End
-%If (Qt_3_0_0 -)
- virtual void addWidget(QWidget * /Transfer/,int = 0,bool = 0);
+%If (TQt_3_0_0 -)
+ virtual void addWidget(TQWidget * /Transfer/,int = 0,bool = 0);
%End
-%If (- Qt_3_0_0)
- void removeWidget(QWidget * /TransferBack/);
+%If (- TQt_3_0_0)
+ void removeWidget(TQWidget * /TransferBack/);
%End
-%If (Qt_3_0_0 -)
- virtual void removeWidget(QWidget * /TransferBack/);
+%If (TQt_3_0_0 -)
+ virtual void removeWidget(TQWidget * /TransferBack/);
%End
-%If (Qt_2_1_0 -)
+%If (TQt_2_1_0 -)
void setSizeGripEnabled(bool);
bool isSizeGripEnabled() const;
%End
public slots:
-%If (- Qt_2_00)
+%If (- TQt_2_00)
void message(const char *);
void message(const char *,int);
%End
-%If (Qt_2_00 -)
- void message(const QString &);
- void message(const QString &,int);
+%If (TQt_2_00 -)
+ void message(const TQString &);
+ void message(const TQString &,int);
%End
void clear();
signals:
-%If (Qt_3_1_0 -)
- void messageChanged(const QString &);
+%If (TQt_3_1_0 -)
+ void messageChanged(const TQString &);
%End
protected:
- void paintEvent(QPaintEvent *);
-%If (Qt_2_1_0 -)
- void resizeEvent(QResizeEvent *);
+ void paintEvent(TQPaintEvent *);
+%If (TQt_2_1_0 -)
+ void resizeEvent(TQResizeEvent *);
%End
void reformat();
void hideOrShow();
-%If (Qt_2_1_0 -)
- bool event(QEvent *);
+%If (TQt_2_1_0 -)
+ bool event(TQEvent *);
%End
private:
-%If (Qt_2_1_0 -)
- QStatusBar(const QStatusBar &);
+%If (TQt_2_1_0 -)
+ TQStatusBar(const TQStatusBar &);
%End
};