diff options
Diffstat (limited to 'akregator/src/tabwidget.h')
-rw-r--r-- | akregator/src/tabwidget.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/akregator/src/tabwidget.h b/akregator/src/tabwidget.h index 854d27d2b..f3b529b97 100644 --- a/akregator/src/tabwidget.h +++ b/akregator/src/tabwidget.h @@ -25,7 +25,7 @@ #ifndef TABWIDGET_H #define TABWIDGET_H -#include <qptrlist.h> +#include <tqptrlist.h> #include <ktabwidget.h> class QString; @@ -40,17 +40,17 @@ class TabWidget : public KTabWidget Q_OBJECT public: - TabWidget(QWidget * parent = 0, const char *name = 0); + TabWidget(TQWidget * parent = 0, const char *name = 0); virtual ~TabWidget(); void addFrame(Frame *f); Frame* currentFrame(); void removeFrame(Frame *f); - QPtrList<Frame> frames() const; + TQPtrList<Frame> frames() const; public slots: - void slotSetTitle(Frame* frame, const QString& title); + void slotSetTitle(Frame* frame, const TQString& title); void slotSettingsChanged(); void slotNextTab(); void slotPreviousTab(); @@ -67,7 +67,7 @@ class TabWidget : public KTabWidget private: // methods uint tabBarWidthForMaxChars( uint maxLength ); - void setTitle( const QString &title , QWidget* sender); + void setTitle( const TQString &title , TQWidget* sender); private slots: @@ -75,9 +75,9 @@ class TabWidget : public KTabWidget void slotDetachTab(); void slotCopyLinkAddress(); void slotCloseTab(); - void slotCloseRequest(QWidget* widget); - void contextMenu (int item, const QPoint &p); - void slotTabChanged(QWidget *w); + void slotCloseRequest(TQWidget* widget); + void contextMenu (int item, const TQPoint &p); + void slotTabChanged(TQWidget *w); private: |