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/script | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'buildtools/script')
-rw-r--r-- | buildtools/script/Makefile.am | 2 | ||||
-rw-r--r-- | buildtools/script/README.dox | 2 | ||||
-rw-r--r-- | buildtools/script/kdevscriptproject.desktop | 2 | ||||
-rw-r--r-- | buildtools/script/scriptnewfiledlg.cpp | 4 | ||||
-rw-r--r-- | buildtools/script/scriptnewfiledlg.h | 2 | ||||
-rw-r--r-- | buildtools/script/scriptoptionswidget.cpp | 2 | ||||
-rw-r--r-- | buildtools/script/scriptoptionswidget.h | 2 | ||||
-rw-r--r-- | buildtools/script/scriptprojectpart.cpp | 4 | ||||
-rw-r--r-- | buildtools/script/scriptprojectpart.h | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/buildtools/script/Makefile.am b/buildtools/script/Makefile.am index 73cee869..542b1a69 100644 --- a/buildtools/script/Makefile.am +++ b/buildtools/script/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \ kde_module_LTLIBRARIES = libkdevscriptproject.la libkdevscriptproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevscriptproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevscriptproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la libkdevscriptproject_la_SOURCES = scriptprojectpart.cpp scriptoptionswidget.cpp scriptoptionswidgetbase.ui scriptnewfiledlg.cpp diff --git a/buildtools/script/README.dox b/buildtools/script/README.dox index a7a19983..dc3d9f0c 100644 --- a/buildtools/script/README.dox +++ b/buildtools/script/README.dox @@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like: <code>This is code</code>, html links <a href="http://somelocation">link text</a>, and images. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \unmaintained This part is currently un-maintained diff --git a/buildtools/script/kdevscriptproject.desktop b/buildtools/script/kdevscriptproject.desktop index 1200f9ba..f798dcb4 100644 --- a/buildtools/script/kdevscriptproject.desktop +++ b/buildtools/script/kdevscriptproject.desktop @@ -82,6 +82,6 @@ GenericName[tr]=Betik Dili Projesi GenericName[zh_CN]=脚本语言工程 GenericName[zh_TW]=文稿語言專案 ServiceTypes=KDevelop/Project -Icon=kdevelop +Icon=tdevelop X-KDE-Library=libkdevscriptproject X-KDevelop-Version=5 diff --git a/buildtools/script/scriptnewfiledlg.cpp b/buildtools/script/scriptnewfiledlg.cpp index 0e838612..e5d72bcf 100644 --- a/buildtools/script/scriptnewfiledlg.cpp +++ b/buildtools/script/scriptnewfiledlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-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 * @@ -23,7 +23,7 @@ #include <klocale.h> #include <kmessagebox.h> #include <kstdguiitem.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "scriptprojectpart.h" #include "filetemplate.h" diff --git a/buildtools/script/scriptnewfiledlg.h b/buildtools/script/scriptnewfiledlg.h index fa1ca53d..9ecd01cf 100644 --- a/buildtools/script/scriptnewfiledlg.h +++ b/buildtools/script/scriptnewfiledlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-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 * diff --git a/buildtools/script/scriptoptionswidget.cpp b/buildtools/script/scriptoptionswidget.cpp index d80cd501..bd541d64 100644 --- a/buildtools/script/scriptoptionswidget.cpp +++ b/buildtools/script/scriptoptionswidget.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 * diff --git a/buildtools/script/scriptoptionswidget.h b/buildtools/script/scriptoptionswidget.h index f5d6e071..155b4253 100644 --- a/buildtools/script/scriptoptionswidget.h +++ b/buildtools/script/scriptoptionswidget.h @@ -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 * diff --git a/buildtools/script/scriptprojectpart.cpp b/buildtools/script/scriptprojectpart.cpp index 4505368b..fb457112 100644 --- a/buildtools/script/scriptprojectpart.cpp +++ b/buildtools/script/scriptprojectpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-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 * @@ -72,7 +72,7 @@ ScriptProjectPart::~ScriptProjectPart() void ScriptProjectPart::projectConfigWidget(KDialogBase *dlg) { TQVBox *vbox; - vbox = dlg->addVBoxPage(i18n("Script Project Options"), i18n("Script Project Options"), BarIcon("kdevelop", KIcon::SizeMedium)); + vbox = dlg->addVBoxPage(i18n("Script Project Options"), i18n("Script Project Options"), BarIcon("tdevelop", KIcon::SizeMedium)); ScriptOptionsWidget *w = new ScriptOptionsWidget(this, vbox); connect( dlg, TQT_SIGNAL(okClicked()), w, TQT_SLOT(accept()) ); } diff --git a/buildtools/script/scriptprojectpart.h b/buildtools/script/scriptprojectpart.h index 03b21996..aa5a69ae 100644 --- a/buildtools/script/scriptprojectpart.h +++ b/buildtools/script/scriptprojectpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-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 * |