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 /buildtools/autotools/addicondlg.cpp | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
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; |