summaryrefslogtreecommitdiffstats
path: root/akregator/src/listtabwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/listtabwidget.cpp')
-rw-r--r--akregator/src/listtabwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/listtabwidget.cpp b/akregator/src/listtabwidget.cpp
index 608d36a0..a5b28662 100644
--- a/akregator/src/listtabwidget.cpp
+++ b/akregator/src/listtabwidget.cpp
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include "listtabwidget.h"
@@ -152,7 +152,7 @@ void ListTabWidget::slotTabClicked(int id)
}
}
-ListTabWidget::ListTabWidget(TQWidget* parent, const char* name) : TQWidget(parent, name), d(new ListTabWidgetPrivate)
+ListTabWidget::ListTabWidget(TQWidget* tqparent, const char* name) : TQWidget(tqparent, name), d(new ListTabWidgetPrivate)
{
d->idCounter = 0;
d->current = 0;