summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/ktabctl.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdeui/ktabctl.sip')
-rw-r--r--sip/tdeui/ktabctl.sip24
1 files changed, 12 insertions, 12 deletions
diff --git a/sip/tdeui/ktabctl.sip b/sip/tdeui/ktabctl.sip
index 26bdfa9..1ab1c5f 100644
--- a/sip/tdeui/ktabctl.sip
+++ b/sip/tdeui/ktabctl.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KTabCtl : QWidget
+class KTabCtl : TQWidget
{
%TypeHeaderCode
#include <ktabctl.h>
@@ -32,20 +32,20 @@ class KTabCtl : QWidget
public:
- KTabCtl (QWidget* /TransferThis/ = 0, const char* = 0);
+ KTabCtl (TQWidget* /TransferThis/ = 0, const char* = 0);
void show ();
- void setFont (const QFont&);
- void setTabFont (const QFont&);
- void addTab (QWidget*, const QString&);
- bool isTabEnabled (const QString&);
- void setTabEnabled (const QString&, bool);
+ void setFont (const TQFont&);
+ void setTabFont (const TQFont&);
+ void addTab (TQWidget*, const TQString&);
+ bool isTabEnabled (const TQString&);
+ void setTabEnabled (const TQString&, bool);
void setBorder (bool);
- void setShape (QTabBar::Shape);
- virtual QSize sizeHint () const;
+ void setShape (TQTabBar::Shape);
+ virtual TQSize sizeHint () const;
protected:
- void paintEvent (QPaintEvent*);
- void resizeEvent (QResizeEvent*);
+ void paintEvent (TQPaintEvent*);
+ void resizeEvent (TQResizeEvent*);
signals:
void tabSelected (int);
@@ -55,7 +55,7 @@ protected slots:
protected:
void setSizes ();
- QRect getChildRect () const;
+ TQRect getChildRect () const;
protected:
//igx virtual void virtual_hook (int, void*);