From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- src/newui/dmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newui/dmainwindow.cpp') diff --git a/src/newui/dmainwindow.cpp b/src/newui/dmainwindow.cpp index 32d47244..4c787886 100644 --- a/src/newui/dmainwindow.cpp +++ b/src/newui/dmainwindow.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -103,7 +103,7 @@ void DMainWindow::addWidget(DTabWidget *tab, TQWidget *widget, const TQString &t if (m_showIconsOnTabs) { const TQPixmap *pixmap = widget->icon(); - const TQIconSet &icons = (pixmap && (pixmap->size().height() <= 16)) ? *(pixmap) : SmallIcon("kdevelop"); + const TQIconSet &icons = (pixmap && (pixmap->size().height() <= 16)) ? *(pixmap) : SmallIcon("tdevelop"); tab->insertTab(widget, icons, title, idx); } else -- cgit v1.2.1