From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- buildtools/lib/widgets/CMakeLists.txt | 4 ++-- buildtools/lib/widgets/Mainpage.dox | 2 +- buildtools/lib/widgets/Makefile.am | 4 ++-- buildtools/lib/widgets/addenvvardlg.cpp | 4 ++-- buildtools/lib/widgets/addenvvardlg.h | 2 +- buildtools/lib/widgets/addfilesdialog.h | 2 +- buildtools/lib/widgets/environmentvariableswidget.cpp | 2 +- buildtools/lib/widgets/environmentvariableswidget.h | 2 +- buildtools/lib/widgets/makeoptionswidget.cpp | 2 +- buildtools/lib/widgets/makeoptionswidget.h | 2 +- buildtools/lib/widgets/runoptionswidget.cpp | 2 +- buildtools/lib/widgets/runoptionswidget.h | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) (limited to 'buildtools/lib/widgets') diff --git a/buildtools/lib/widgets/CMakeLists.txt b/buildtools/lib/widgets/CMakeLists.txt index f892964b..d86d0c66 100644 --- a/buildtools/lib/widgets/CMakeLists.txt +++ b/buildtools/lib/widgets/CMakeLists.txt @@ -33,7 +33,7 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/removesubprojectdlgbase.h ${CMAKE_CURRENT_BINARY_DIR}/runoptionswidgetbase.h ${CMAKE_CURRENT_BINARY_DIR}/subclassesdlgbase.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/buildtools/widgets ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/widgets ) ##### kdevbuildtoolswidgets (shared) ############ @@ -50,6 +50,6 @@ tde_add_library( kdevbuildtoolswidgets SHARED AUTOMOC runoptionswidget.cpp runoptionswidgetbase.ui subclassesdlg.cpp subclassesdlgbase.ui VERSION 0.0.0 - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/buildtools/lib/widgets/Mainpage.dox b/buildtools/lib/widgets/Mainpage.dox index 56884c97..750061c1 100644 --- a/buildtools/lib/widgets/Mainpage.dox +++ b/buildtools/lib/widgets/Mainpage.dox @@ -5,6 +5,6 @@ This library contains widgets commonly used in buildtool support plugins. Link with: -lkdevbuildtoolswidgets -Include path: -I\$(kde_includes)/kdevelop/buildtools/widgets +Include path: -I\$(kde_includes)/tdevelop/buildtools/widgets */ diff --git a/buildtools/lib/widgets/Makefile.am b/buildtools/lib/widgets/Makefile.am index aef5a5c2..d640a831 100644 --- a/buildtools/lib/widgets/Makefile.am +++ b/buildtools/lib/widgets/Makefile.am @@ -17,8 +17,8 @@ libkdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \ METASOURCES = AUTO -kdevelopbuildtoolsincludedir = $(includedir)/kdevelop/buildtools/widgets -kdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \ +tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/widgets +tdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \ environmentvariableswidget.h environmentvariableswidgetbase.h envvartools.h makeoptionswidget.h \ makeoptionswidgetbase.h removesubprojectdialog.h removesubprojectdlgbase.h runoptionswidget.h \ runoptionswidgetbase.h subclassesdlg.h subclassesdlgbase.h diff --git a/buildtools/lib/widgets/addenvvardlg.cpp b/buildtools/lib/widgets/addenvvardlg.cpp index 43033d97..f66bbe93 100644 --- a/buildtools/lib/widgets/addenvvardlg.cpp +++ b/buildtools/lib/widgets/addenvvardlg.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2001 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include "addenvvardlg.h" diff --git a/buildtools/lib/widgets/addenvvardlg.h b/buildtools/lib/widgets/addenvvardlg.h index 8571d889..e968619a 100644 --- a/buildtools/lib/widgets/addenvvardlg.h +++ b/buildtools/lib/widgets/addenvvardlg.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2001 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/addfilesdialog.h b/buildtools/lib/widgets/addfilesdialog.h index 8cdc913f..24d253dc 100644 --- a/buildtools/lib/widgets/addfilesdialog.h +++ b/buildtools/lib/widgets/addfilesdialog.h @@ -19,7 +19,7 @@ #ifndef ADDFILESDIALOG_H #define ADDFILESDIALOG_H -#include +#include #include class TQComboBox; diff --git a/buildtools/lib/widgets/environmentvariableswidget.cpp b/buildtools/lib/widgets/environmentvariableswidget.cpp index 3c3e448f..bdebfd28 100644 --- a/buildtools/lib/widgets/environmentvariableswidget.cpp +++ b/buildtools/lib/widgets/environmentvariableswidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann Copyright (C) 2003 John Firebaugh This library is free software; you can redistribute it and/or diff --git a/buildtools/lib/widgets/environmentvariableswidget.h b/buildtools/lib/widgets/environmentvariableswidget.h index c5218d5c..8d5e7342 100644 --- a/buildtools/lib/widgets/environmentvariableswidget.h +++ b/buildtools/lib/widgets/environmentvariableswidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann Copyright (C) 2003 John Firebaugh This library is free software; you can redistribute it and/or diff --git a/buildtools/lib/widgets/makeoptionswidget.cpp b/buildtools/lib/widgets/makeoptionswidget.cpp index ef901cc8..759f4abf 100644 --- a/buildtools/lib/widgets/makeoptionswidget.cpp +++ b/buildtools/lib/widgets/makeoptionswidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/makeoptionswidget.h b/buildtools/lib/widgets/makeoptionswidget.h index abbc29d6..5470737c 100644 --- a/buildtools/lib/widgets/makeoptionswidget.h +++ b/buildtools/lib/widgets/makeoptionswidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/runoptionswidget.cpp b/buildtools/lib/widgets/runoptionswidget.cpp index bb2b88b1..0985e037 100644 --- a/buildtools/lib/widgets/runoptionswidget.cpp +++ b/buildtools/lib/widgets/runoptionswidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/runoptionswidget.h b/buildtools/lib/widgets/runoptionswidget.h index 9b246742..7a1d9e18 100644 --- a/buildtools/lib/widgets/runoptionswidget.h +++ b/buildtools/lib/widgets/runoptionswidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public -- cgit v1.2.1