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 /parts/quickopen | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts/quickopen')
-rw-r--r-- | parts/quickopen/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/quickopen/Makefile.am | 2 | ||||
-rw-r--r-- | parts/quickopen/kdevquickopen.desktop | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopen_part.cpp | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopen_part.h | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopenclassdialog.cpp | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopenclassdialog.h | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopendialog.cpp | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopendialog.h | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopenfiledialog.cpp | 2 | ||||
-rw-r--r-- | parts/quickopen/quickopenfiledialog.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/parts/quickopen/CMakeLists.txt b/parts/quickopen/CMakeLists.txt index b67f2c4f..cb82433f 100644 --- a/parts/quickopen/CMakeLists.txt +++ b/parts/quickopen/CMakeLists.txt @@ -41,6 +41,6 @@ tde_add_kpart( libkdevquickopen AUTOMOC quickopenfiledialog.cpp quickopenfunctiondialog.cpp quickopenfunctionchooseformbase.ui quickopenfunctionchooseform.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/quickopen/Makefile.am b/parts/quickopen/Makefile.am index be12b32f..2b9fafe0 100644 --- a/parts/quickopen/Makefile.am +++ b/parts/quickopen/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensi kde_module_LTLIBRARIES = libkdevquickopen.la libkdevquickopen_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevquickopen_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) +libkdevquickopen_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) libkdevquickopen_la_SOURCES = quickopen_part.cpp quickopendialog.cpp quickopenclassdialog.cpp quickopenbase.ui quickopenfiledialog.cpp quickopenfunctiondialog.cpp quickopenfunctionchooseformbase.ui quickopenfunctionchooseform.cpp diff --git a/parts/quickopen/kdevquickopen.desktop b/parts/quickopen/kdevquickopen.desktop index 1f497292..42d91a8f 100644 --- a/parts/quickopen/kdevquickopen.desktop +++ b/parts/quickopen/kdevquickopen.desktop @@ -72,7 +72,7 @@ GenericName[tg]=Ба зуди кушодан GenericName[tr]=HızlıAç GenericName[zh_CN]=快速打开 GenericName[zh_TW]=快速開啟 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/QuickOpen X-KDevelop-Scope=Project X-KDE-Library=libkdevquickopen diff --git a/parts/quickopen/quickopen_part.cpp b/parts/quickopen/quickopen_part.cpp index 2c1de0ce..04f19c8d 100644 --- a/parts/quickopen/quickopen_part.cpp +++ b/parts/quickopen/quickopen_part.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopen_part.h b/parts/quickopen/quickopen_part.h index a651f39c..c697aaa2 100644 --- a/parts/quickopen/quickopen_part.h +++ b/parts/quickopen/quickopen_part.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenclassdialog.cpp b/parts/quickopen/quickopenclassdialog.cpp index df0f6023..e0e38b70 100644 --- a/parts/quickopen/quickopenclassdialog.cpp +++ b/parts/quickopen/quickopenclassdialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenclassdialog.h b/parts/quickopen/quickopenclassdialog.h index c3bf7597..d1153c36 100644 --- a/parts/quickopen/quickopenclassdialog.h +++ b/parts/quickopen/quickopenclassdialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopendialog.cpp b/parts/quickopen/quickopendialog.cpp index ee7884a9..b29af671 100644 --- a/parts/quickopen/quickopendialog.cpp +++ b/parts/quickopen/quickopendialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2004 + * Copyright (C) KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2004 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopendialog.h b/parts/quickopen/quickopendialog.h index 5e3f7a1f..c1df17b1 100644 --- a/parts/quickopen/quickopendialog.h +++ b/parts/quickopen/quickopendialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2004 + * Copyright (C) KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2004 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenfiledialog.cpp b/parts/quickopen/quickopenfiledialog.cpp index 04735816..38dbd387 100644 --- a/parts/quickopen/quickopenfiledialog.cpp +++ b/parts/quickopen/quickopenfiledialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenfiledialog.h b/parts/quickopen/quickopenfiledialog.h index 268139a6..2cc524e2 100644 --- a/parts/quickopen/quickopenfiledialog.h +++ b/parts/quickopen/quickopenfiledialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public |