diff options
Diffstat (limited to 'src/newui/dmainwindow.cpp')
| -rw-r--r-- | src/newui/dmainwindow.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
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  | 
