diff options
Diffstat (limited to 'buildtools/autotools/addicondlg.cpp')
-rw-r--r-- | buildtools/autotools/addicondlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp index 509a913b..81d0d859 100644 --- a/buildtools/autotools/addicondlg.cpp +++ b/buildtools/autotools/addicondlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -19,7 +19,7 @@ #include <kprocess.h> #include <kstandarddirs.h> #include <kicontheme.h> -#include <kdeversion.h> // fix me! +#include <tdeversion.h> // fix me! #include "autolistviewitems.h" @@ -57,7 +57,7 @@ AddIconDialog::AddIconDialog(AutoProjectPart *part, AutoProjectWidget *widget, somethingChanged(); - setIcon ( SmallIcon ( "iconadd_kdevelop" ) ); + setIcon ( SmallIcon ( "iconadd_tdevelop" ) ); m_part = part; m_widget = widget; |