summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/addservicedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/addservicedlg.cpp')
-rw-r--r--buildtools/autotools/addservicedlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/addservicedlg.cpp b/buildtools/autotools/addservicedlg.cpp
index 67a9f213..ccc10ec2 100644
--- a/buildtools/autotools/addservicedlg.cpp
+++ b/buildtools/autotools/addservicedlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 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 *
@@ -58,7 +58,7 @@ AddServiceDialog::AddServiceDialog(AutoProjectWidget *widget, SubprojectItem *sp
if (!(*it)->isType(KST_KMimeType))
new TQListViewItem(availtypes_listview, (*it)->name());
- setIcon ( SmallIcon ( "servicenew_kdevelop.png" ) );
+ setIcon ( SmallIcon ( "servicenew_tdevelop.png" ) );
}