summaryrefslogtreecommitdiffstats
path: root/akregator/src/listtabwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/listtabwidget.h')
-rw-r--r--akregator/src/listtabwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/listtabwidget.h b/akregator/src/listtabwidget.h
index 72e423e8..5cf7bf19 100644
--- a/akregator/src/listtabwidget.h
+++ b/akregator/src/listtabwidget.h
@@ -25,7 +25,7 @@
#ifndef AKREGATOR_LISTTABWIDGET_H
#define AKREGATOR_LISTTABWIDGET_H
-#include <qwidget.h>
+#include <tqwidget.h>
class QIconSet;
class QPixmap;
@@ -49,7 +49,7 @@ Q_OBJECT
public:
- ListTabWidget(QWidget* parent=0, const char* name=0);
+ ListTabWidget(TQWidget* parent=0, const char* name=0);
virtual ~ListTabWidget();
enum ViewMode { single, /* horizontalTabs, */ verticalTabs };
@@ -57,7 +57,7 @@ public:
void setViewMode(ViewMode mode);
ViewMode viewMode() const;
- void addView(NodeListView* view, const QString& caption, const QPixmap& icon);
+ void addView(NodeListView* view, const TQString& caption, const TQPixmap& icon);
NodeListView* activeView() const;