diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /src/newui | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src/newui')
-rw-r--r-- | src/newui/button.cpp | 2 | ||||
-rw-r--r-- | src/newui/button.h | 2 | ||||
-rw-r--r-- | src/newui/buttonbar.cpp | 2 | ||||
-rw-r--r-- | src/newui/buttonbar.h | 2 | ||||
-rw-r--r-- | src/newui/comdefs.h | 2 | ||||
-rw-r--r-- | src/newui/ddockwindow.cpp | 2 | ||||
-rw-r--r-- | src/newui/ddockwindow.h | 2 | ||||
-rw-r--r-- | src/newui/dmainwindow.cpp | 4 | ||||
-rw-r--r-- | src/newui/dmainwindow.h | 2 | ||||
-rw-r--r-- | src/newui/docksplitter.cpp | 2 | ||||
-rw-r--r-- | src/newui/docksplitter.h | 2 | ||||
-rw-r--r-- | src/newui/dtabwidget.cpp | 2 | ||||
-rw-r--r-- | src/newui/dtabwidget.h | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/src/newui/button.cpp b/src/newui/button.cpp index 610f545e..3b483cd4 100644 --- a/src/newui/button.cpp +++ b/src/newui/button.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 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 * diff --git a/src/newui/button.h b/src/newui/button.h index ecb4d2ab..34ce4e3a 100644 --- a/src/newui/button.h +++ b/src/newui/button.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 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 * diff --git a/src/newui/buttonbar.cpp b/src/newui/buttonbar.cpp index efc504a7..ddd4249b 100644 --- a/src/newui/buttonbar.cpp +++ b/src/newui/buttonbar.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 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 * diff --git a/src/newui/buttonbar.h b/src/newui/buttonbar.h index 156b2c6d..ce4ad23b 100644 --- a/src/newui/buttonbar.h +++ b/src/newui/buttonbar.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 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 * diff --git a/src/newui/comdefs.h b/src/newui/comdefs.h index d71694e1..c2456702 100644 --- a/src/newui/comdefs.h +++ b/src/newui/comdefs.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 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 * diff --git a/src/newui/ddockwindow.cpp b/src/newui/ddockwindow.cpp index bf7cc627..9ce444eb 100644 --- a/src/newui/ddockwindow.cpp +++ b/src/newui/ddockwindow.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 * diff --git a/src/newui/ddockwindow.h b/src/newui/ddockwindow.h index d98aa375..fd6c0ba8 100644 --- a/src/newui/ddockwindow.h +++ b/src/newui/ddockwindow.h @@ -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 * 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 diff --git a/src/newui/dmainwindow.h b/src/newui/dmainwindow.h index 28e0340f..a865add3 100644 --- a/src/newui/dmainwindow.h +++ b/src/newui/dmainwindow.h @@ -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 * diff --git a/src/newui/docksplitter.cpp b/src/newui/docksplitter.cpp index 647c5f43..8b382fb7 100644 --- a/src/newui/docksplitter.cpp +++ b/src/newui/docksplitter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 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 * diff --git a/src/newui/docksplitter.h b/src/newui/docksplitter.h index fc66387c..7368dc2e 100644 --- a/src/newui/docksplitter.h +++ b/src/newui/docksplitter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 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 * diff --git a/src/newui/dtabwidget.cpp b/src/newui/dtabwidget.cpp index 54fbee41..64b60ee7 100644 --- a/src/newui/dtabwidget.cpp +++ b/src/newui/dtabwidget.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 * diff --git a/src/newui/dtabwidget.h b/src/newui/dtabwidget.h index 4c52a517..f47c7e54 100644 --- a/src/newui/dtabwidget.h +++ b/src/newui/dtabwidget.h @@ -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 * |