summaryrefslogtreecommitdiffstats
path: root/kdewidgets
diff options
context:
space:
mode:
Diffstat (limited to 'kdewidgets')
-rw-r--r--kdewidgets/CMakeLists.txt16
-rw-r--r--kdewidgets/Makefile.am16
-rw-r--r--kdewidgets/kde.widgets42
-rw-r--r--kdewidgets/maketdewidgets.cpp (renamed from kdewidgets/makekdewidgets.cpp)40
-rw-r--r--kdewidgets/pics/CMakeLists.txt10
-rw-r--r--kdewidgets/pics/Makefile.am10
-rw-r--r--kdewidgets/pics/tdeactionselector.png (renamed from kdewidgets/pics/kactionselector.png)bin282 -> 282 bytes
-rw-r--r--kdewidgets/pics/tdecmodule.png (renamed from kdewidgets/pics/kcmodule.png)bin1340 -> 1340 bytes
-rw-r--r--kdewidgets/pics/tdefontcombo.png (renamed from kdewidgets/pics/kfontcombo.png)bin1194 -> 1194 bytes
-rw-r--r--kdewidgets/pics/tdefontrequester.png (renamed from kdewidgets/pics/kfontrequester.png)bin1035 -> 1035 bytes
-rw-r--r--kdewidgets/pics/tdelistbox.png (renamed from kdewidgets/pics/klistbox.png)bin1035 -> 1035 bytes
-rw-r--r--kdewidgets/pics/tdelistview.png (renamed from kdewidgets/pics/klistview.png)bin1185 -> 1185 bytes
-rw-r--r--kdewidgets/tests/Makefile.am4
-rw-r--r--kdewidgets/tests/README2
-rw-r--r--kdewidgets/tests/test.widgets34
15 files changed, 87 insertions, 87 deletions
diff --git a/kdewidgets/CMakeLists.txt b/kdewidgets/CMakeLists.txt
index d68fbd3d6..ce8c223a9 100644
--- a/kdewidgets/CMakeLists.txt
+++ b/kdewidgets/CMakeLists.txt
@@ -23,8 +23,8 @@ include_directories(
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/tdecore
${CMAKE_SOURCE_DIR}/tdeui
- ${CMAKE_SOURCE_DIR}/kio
- ${CMAKE_SOURCE_DIR}/kio/kfile
+ ${CMAKE_SOURCE_DIR}/tdeio
+ ${CMAKE_SOURCE_DIR}/tdeio/tdefile
)
link_directories(
@@ -32,12 +32,12 @@ link_directories(
)
-##### makekdewidgets ############################
+##### maketdewidgets ############################
-set( target makekdewidgets )
+set( target maketdewidgets )
set( ${target}_SRCS
- makekdewidgets.cpp
+ maketdewidgets.cpp
)
tde_add_executable( ${target}
@@ -55,12 +55,12 @@ set( ${target}_SRCS
)
add_custom_command( OUTPUT kdewidgets.cpp
- COMMAND ./makekdewidgets -o kdewidgets.cpp ${CMAKE_CURRENT_SOURCE_DIR}/kde.widgets
- DEPENDS makekdewidgets ${CMAKE_CURRENT_SOURCE_DIR}/kde.widgets
+ COMMAND ./maketdewidgets -o kdewidgets.cpp ${CMAKE_CURRENT_SOURCE_DIR}/kde.widgets
+ DEPENDS maketdewidgets ${CMAKE_CURRENT_SOURCE_DIR}/kde.widgets
)
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK kabc-shared
+ LINK tdeabc-shared
DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer
)
diff --git a/kdewidgets/Makefile.am b/kdewidgets/Makefile.am
index d5be1e908..2ae867228 100644
--- a/kdewidgets/Makefile.am
+++ b/kdewidgets/Makefile.am
@@ -21,20 +21,20 @@
SUBDIRS=. pics tests
AM_CXXFLAGS = -DQT_PLUGIN
-INCLUDES = -I$(top_srcdir)/kfile $(all_includes)
+INCLUDES = -I$(top_srcdir)/tdefile $(all_includes)
-bin_PROGRAMS = makekdewidgets
-makekdewidgets_SOURCES = makekdewidgets.cpp
-makekdewidgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
-makekdewidgets_LDADD = $(LIB_QT) ../tdecore/libtdecore.la
+bin_PROGRAMS = maketdewidgets
+maketdewidgets_SOURCES = maketdewidgets.cpp
+maketdewidgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+maketdewidgets_LDADD = $(LIB_QT) ../tdecore/libtdecore.la
kde_widget_LTLIBRARIES = kdewidgets.la
kdewidgets_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries)
-kdewidgets_la_LIBADD = $(LIB_KIO) $(LIB_KABC) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
+kdewidgets_la_LIBADD = $(LIB_KIO) $(LIB_TDEABC) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
kdewidgets_la_SOURCES = classpreviews.cpp kdewidgets.cpp
-kdewidgets.cpp: $(srcdir)/kde.widgets makekdewidgets
- ./makekdewidgets -o kdewidgets.cpp $(srcdir)/kde.widgets
+kdewidgets.cpp: $(srcdir)/kde.widgets maketdewidgets
+ ./maketdewidgets -o kdewidgets.cpp $(srcdir)/kde.widgets
CLEANFILES = kdewidgets.cpp
diff --git a/kdewidgets/kde.widgets b/kdewidgets/kde.widgets
index bce813f8d..04db6f0d5 100644
--- a/kdewidgets/kde.widgets
+++ b/kdewidgets/kde.widgets
@@ -1,7 +1,7 @@
[Global]
PluginName=KDEWidgets
Includes=kinstance.h,classpreviews.h
-Init=new KInstance("kdewidgets");
+Init=new TDEInstance("kdewidgets");
[KActiveLabel]
ToolTip=Active Label (KDE)
@@ -26,7 +26,7 @@ Group=Graphics (KDE)
ToolTip=Combo Box (KDE)
Group=Input (KDE)
-[KCModule]
+[TDECModule]
ToolTip=KControl Center Module (KDE)
IsContainer=true
Group=Container (KDE)
@@ -55,26 +55,26 @@ Group=Graphics (KDE)
ToolTip=Fullfeatured edit box with buttons (KDE)
Group=Views (KDE)
-[KFontCombo]
+[TDEFontCombo]
ToolTip=Font Combo Box (KDE)
WhatsThis=A TQCombo Box showing the installed system fonts (with preview)
Group=Input (KDE)
-[KFontChooser]
-IncludeFile=kfontdialog.h
-IconSet=kfontcombo.png
+[TDEFontChooser]
+IncludeFile=tdefontdialog.h
+IconSet=tdefontcombo.png
ToolTip=Font Chooser (KDE)
WhatsThis=A font type, size and style selection widget complete with preview
Group=Input (KDE)
-[KFontRequester]
-IncludeFile=kfontrequester.h
+[TDEFontRequester]
+IncludeFile=tdefontrequester.h
ToolTip=Font Requester (KDE)
WhatsThis=A compact font selection and preview widget
Group=Input (KDE)
[KGradientSelector]
-IncludeFile=kselect.h
+IncludeFile=tdeselect.h
WhatsThis=A widget that allows the user to select two colors to form a gradient
Group=Graphics (KDE)
@@ -94,12 +94,12 @@ ToolTip=LED Widget (KDE)
WhatsThis=A widget showing a light emitter diode
Group=Display (KDE)
-[KListBox]
+[TDEListBox]
ToolTip=Extended List Box (KDE)
WhatsThis=An improved version of the TQListBox that follows KDE settings
Group=Views (KDE)
-[KListView]
+[TDEListView]
ToolTip=Extended List View (KDE)
WhatsThis=An improved version of the TQListView that allows certain KDE extensions
Group=Views (KDE)
@@ -108,14 +108,14 @@ Group=Views (KDE)
ToolTip=Line Edit (KDE)
Group=Input (KDE)
-[KListViewSearchLine]
+[TDEListViewSearchLine]
ToolTip=ListView Search Line (KDE)
Group=Input (KDE)
ConstructorArgs=(parent, 0, name)
-[KListViewSearchLineWidget]
+[TDEListViewSearchLineWidget]
ToolTip=ListView Search Line Widget (KDE)
-IncludeFile=klistviewsearchline.h
+IncludeFile=tdelistviewsearchline.h
Group=Input (KDE)
ConstructorArgs=(0, parent, name)
@@ -145,12 +145,12 @@ Group=Buttons (KDE)
ToolTip=Line Edit for restricted input (KDE)
Group=Input (KDE)
-[KIconButton]
+[TDEIconButton]
IncludeFile=kicondialog.h
ToolTip=Button for selecting an icon (KDE)
Group=Buttons (KDE)
-[KIconView]
+[TDEIconView]
IncludeFile=kiconview.h
ToolTip=Extended Icon View (KDE)
WhatsThis=An improved version of the TQIconView that allows certain KDE extensions
@@ -243,8 +243,8 @@ ToolTip=A widget that provides a image preview of a URL
Group=Display (KDE)
ConstructorArgs=(parent)
-[KActionSelector]
-IncludeFile=kactionselector.h
+[TDEActionSelector]
+IncludeFile=tdeactionselector.h
ToolTip=A widget for selecting and arranging actions/objects
Group=Views (KDE)
@@ -271,11 +271,11 @@ ToolTip=A color palette in table form.
Group=Display (KDE)
ConstructorArgs=(parent, 210, 16)
-[KABC::LdapConfigWidget]
-IncludeFile=kabc/ldapconfigwidget.h
+[TDEABC::LdapConfigWidget]
+IncludeFile=tdeabc/ldapconfigwidget.h
ToolTip=A widget which allows the user to set up LDAP connection parameters
Group=Input (KDE)
-ConstructorArgs=(KABC::LdapConfigWidget::W_ALL, parent, name)
+ConstructorArgs=(TDEABC::LdapConfigWidget::W_ALL, parent, name)
[KArrowButton]
IncludeFile=karrowbutton.h
diff --git a/kdewidgets/makekdewidgets.cpp b/kdewidgets/maketdewidgets.cpp
index 94a5bdde6..535ad0526 100644
--- a/kdewidgets/makekdewidgets.cpp
+++ b/kdewidgets/maketdewidgets.cpp
@@ -1,8 +1,8 @@
/* Copyright (C) 2004-2005 ian reinhart geiser <geiseri@sourcextreme.com> */
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kinstance.h>
-#include <kcmdlineargs.h>
-#include <kconfig.h>
+#include <tdecmdlineargs.h>
+#include <tdeconfig.h>
#include <kmacroexpander.h>
#include <kdebug.h>
@@ -15,7 +15,7 @@
static const char description[] = I18N_NOOP( "Builds Qt widget plugins from an ini style description file." );
static const char version[] = "0.2";
static const char classHeader[] = "/**\n"
- "* This file was autogenerated by makekdewidgets. Any changes will be lost!\n"
+ "* This file was autogenerated by maketdewidgets. Any changes will be lost!\n"
"* The generated code in this file is licensed under the same license that the\n"
"* input file.\n"
"*/\n"
@@ -107,30 +107,30 @@ static const char endCreate[] = " return 0;\n"
"KDE_Q_EXPORT_PLUGIN(%PluginName)\n";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+file", I18N_NOOP( "Input file" ), 0 },
{ "o <file>", I18N_NOOP( "Output file" ), 0 },
{ "n <plugin name>", I18N_NOOP( "Name of the plugin class to generate" ), "WidgetsPlugin" },
{ "g <group>", I18N_NOOP( "Default widget group name to display in designer" ), "Custom" },
{ "p <pixmap dir>", I18N_NOOP( "Embed pixmaps from a source directory" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
-static TQString buildWidgetDef( const TQString &name, KConfig &input, const TQString &group );
-static TQString buildWidgetCreate( const TQString &name, KConfig &input );
-static TQString buildWidgetInclude( const TQString &name, KConfig &input );
+static TQString buildWidgetDef( const TQString &name, TDEConfig &input, const TQString &group );
+static TQString buildWidgetCreate( const TQString &name, TDEConfig &input );
+static TQString buildWidgetInclude( const TQString &name, TDEConfig &input );
static void buildFile( TQTextStream &stream, const TQString& group, const TQString& fileName, const TQString& pluginName, const TQString& iconPath );
-static TQString buildPixmap( const TQString &name, KConfig &input, const TQString &iconPath );
+static TQString buildPixmap( const TQString &name, TDEConfig &input, const TQString &iconPath );
int main( int argc, char **argv ) {
- new KInstance( "makekdewidgets" );
+ new TDEInstance( "maketdewidgets" );
- KAboutData about( "makekdewidgets", I18N_NOOP( "makekdewidgets" ), version, description, KAboutData::License_GPL, "(C) 2004-2005 ian reinhart geiser", 0, 0, "geiseri@kde.org" );
+ TDEAboutData about( "maketdewidgets", I18N_NOOP( "maketdewidgets" ), version, description, TDEAboutData::License_GPL, "(C) 2004-2005 ian reinhart geiser", 0, 0, "geiseri@kde.org" );
about.addAuthor( "ian reinhart geiser", 0, "geiseri@kde.org" );
- KCmdLineArgs::init( argc, argv, &about );
- KCmdLineArgs::addCmdLineOptions( options );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init( argc, argv, &about );
+ TDECmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() < 1 ) {
args->usage();
return ( 1 );
@@ -160,7 +160,7 @@ int main( int argc, char **argv ) {
}
void buildFile( TQTextStream &ts, const TQString& group, const TQString& fileName, const TQString& pluginName, const TQString& iconPath ) {
- KConfig input( fileName, true, false );
+ TDEConfig input( fileName, true, false );
input.setGroup( "Global" );
TQMap<TQString, TQString> MainMap;
MainMap.insert( "PluginName", input.readEntry( "PluginName", pluginName ) );
@@ -195,7 +195,7 @@ void buildFile( TQTextStream &ts, const TQString& group, const TQString& fileNam
}
-TQString buildWidgetDef( const TQString &name, KConfig &input, const TQString &group ) {
+TQString buildWidgetDef( const TQString &name, TDEConfig &input, const TQString &group ) {
input.setGroup( name );
TQMap<TQString, TQString> defMap;
defMap.insert( "Group", input.readEntry( "Group", group ).replace( "\"", "\\\"" ) );
@@ -209,7 +209,7 @@ TQString buildWidgetDef( const TQString &name, KConfig &input, const TQString &g
return KMacroExpander::expandMacros( widgetDef, defMap );
}
-TQString buildWidgetCreate( const TQString &name, KConfig &input ) {
+TQString buildWidgetCreate( const TQString &name, TDEConfig &input ) {
input.setGroup( name );
TQMap<TQString, TQString> createMap;
createMap.insert( "ImplClass", input.readEntry( "ImplClass", name ) );
@@ -218,12 +218,12 @@ TQString buildWidgetCreate( const TQString &name, KConfig &input ) {
return KMacroExpander::expandMacros( widgetCreate, createMap );
}
-TQString buildWidgetInclude( const TQString &name, KConfig &input ) {
+TQString buildWidgetInclude( const TQString &name, TDEConfig &input ) {
input.setGroup( name );
return "#include <" + input.readEntry( "IncludeFile", name.lower() + ".h" ) + ">";
}
-TQString buildPixmap( const TQString &name, KConfig &input, const TQString &iconPath ) {
+TQString buildPixmap( const TQString &name, TDEConfig &input, const TQString &iconPath ) {
input.setGroup( name );
TQString cleanName = name.lower().replace( ":", "_" );
TQString iconName = input.readEntry( "IconSet", cleanName + ".png" );
diff --git a/kdewidgets/pics/CMakeLists.txt b/kdewidgets/pics/CMakeLists.txt
index 8e7ff6b13..f398f174d 100644
--- a/kdewidgets/pics/CMakeLists.txt
+++ b/kdewidgets/pics/CMakeLists.txt
@@ -13,15 +13,15 @@
install( FILES
klineedit.png ktextbrowser.png kpasswordedit.png kdatewidget.png
- kfontrequester.png kurlrequester.png kcombobox.png kiconview.png
+ tdefontrequester.png kurlrequester.png kcombobox.png kiconview.png
kintspinbox.png kled.png ksqueezedtextlabel.png kprogress.png
- kurllabel.png kruler.png kcmodule.png kdoublespinbox.png
- kdoublenuminput.png klistbox.png klistview.png kactivelabel.png
+ kurllabel.png kruler.png tdecmodule.png kdoublespinbox.png
+ kdoublenuminput.png tdelistbox.png tdelistview.png kactivelabel.png
kiconbutton.png kcolorcombo.png khsselector.png kcolorbutton.png
kgradientselector.png kdualcolorbutton.png ktimewidget.png
kpushbutton.png kcharselect.png kdatepicker.png
- kdialog.png keditlistbox.png kfontcombo.png khistorycombo.png
+ kdialog.png keditlistbox.png tdefontcombo.png khistorycombo.png
kintnuminput.png krestrictedline.png ktextedit.png
kurlcomborequester.png kkeybutton.png kpalettetable.png
- kactionselector.png kdatetable.png kdatetimewidget.png
+ tdeactionselector.png kdatetable.png kdatetimewidget.png
DESTINATION ${DATA_INSTALL_DIR}/kdewidgets/pics )
diff --git a/kdewidgets/pics/Makefile.am b/kdewidgets/pics/Makefile.am
index 83e8aa357..0d4ee1e61 100644
--- a/kdewidgets/pics/Makefile.am
+++ b/kdewidgets/pics/Makefile.am
@@ -1,15 +1,15 @@
kdewidgetsdata_DATA = klineedit.png ktextbrowser.png kpasswordedit.png kdatewidget.png \
- kfontrequester.png kurlrequester.png kcombobox.png kiconview.png kintspinbox.png \
+ tdefontrequester.png kurlrequester.png kcombobox.png kiconview.png kintspinbox.png \
kled.png ksqueezedtextlabel.png kprogress.png kurllabel.png \
- kruler.png kcmodule.png kdoublespinbox.png kdoublenuminput.png \
- klistbox.png klistview.png kactivelabel.png kiconbutton.png \
+ kruler.png tdecmodule.png kdoublespinbox.png kdoublenuminput.png \
+ tdelistbox.png tdelistview.png kactivelabel.png kiconbutton.png \
kcolorcombo.png khsselector.png kcolorbutton.png \
kgradientselector.png kdualcolorbutton.png ktimewidget.png \
kpushbutton.png kcharselect.png kdatepicker.png \
- kdialog.png keditlistbox.png kfontcombo.png khistorycombo.png \
+ kdialog.png keditlistbox.png tdefontcombo.png khistorycombo.png \
kintnuminput.png krestrictedline.png ktextedit.png \
kurlcomborequester.png kkeybutton.png kpalettetable.png \
- kactionselector.png kdatetable.png kdatetimewidget.png
+ tdeactionselector.png kdatetable.png kdatetimewidget.png
kdewidgetsdatadir = $(kde_datadir)/kdewidgets/pics
diff --git a/kdewidgets/pics/kactionselector.png b/kdewidgets/pics/tdeactionselector.png
index acfdce496..acfdce496 100644
--- a/kdewidgets/pics/kactionselector.png
+++ b/kdewidgets/pics/tdeactionselector.png
Binary files differ
diff --git a/kdewidgets/pics/kcmodule.png b/kdewidgets/pics/tdecmodule.png
index 1a6a9dc17..1a6a9dc17 100644
--- a/kdewidgets/pics/kcmodule.png
+++ b/kdewidgets/pics/tdecmodule.png
Binary files differ
diff --git a/kdewidgets/pics/kfontcombo.png b/kdewidgets/pics/tdefontcombo.png
index 87835d6ce..87835d6ce 100644
--- a/kdewidgets/pics/kfontcombo.png
+++ b/kdewidgets/pics/tdefontcombo.png
Binary files differ
diff --git a/kdewidgets/pics/kfontrequester.png b/kdewidgets/pics/tdefontrequester.png
index a01f4d692..a01f4d692 100644
--- a/kdewidgets/pics/kfontrequester.png
+++ b/kdewidgets/pics/tdefontrequester.png
Binary files differ
diff --git a/kdewidgets/pics/klistbox.png b/kdewidgets/pics/tdelistbox.png
index f7405b39f..f7405b39f 100644
--- a/kdewidgets/pics/klistbox.png
+++ b/kdewidgets/pics/tdelistbox.png
Binary files differ
diff --git a/kdewidgets/pics/klistview.png b/kdewidgets/pics/tdelistview.png
index 932d910c8..932d910c8 100644
--- a/kdewidgets/pics/klistview.png
+++ b/kdewidgets/pics/tdelistview.png
Binary files differ
diff --git a/kdewidgets/tests/Makefile.am b/kdewidgets/tests/Makefile.am
index 3a4a9566a..220f8afac 100644
--- a/kdewidgets/tests/Makefile.am
+++ b/kdewidgets/tests/Makefile.am
@@ -23,9 +23,9 @@ check-local: testwithpixmaps.cpp testkde.cpp
# md5sum -c $(srcdir)/sums
testwithpixmaps.cpp: $(srcdir)/test.widgets
- ../makekdewidgets -o testwithpixmaps.cpp -p $(top_srcdir)/kdewidgets/pics $(srcdir)/test.widgets
+ ../maketdewidgets -o testwithpixmaps.cpp -p $(top_srcdir)/kdewidgets/pics $(srcdir)/test.widgets
testkde.cpp: $(srcdir)/test.widgets
- ../makekdewidgets -o testkde.cpp $(srcdir)/test.widgets
+ ../maketdewidgets -o testkde.cpp $(srcdir)/test.widgets
CLEANFILES = testwithpixmaps.cpp testkde.cpp
diff --git a/kdewidgets/tests/README b/kdewidgets/tests/README
index 9dd2132fa..5d97aa029 100644
--- a/kdewidgets/tests/README
+++ b/kdewidgets/tests/README
@@ -1,4 +1,4 @@
-These are the tests for the current makekdewidgets.
+These are the tests for the current maketdewidgets.
Currently there are two modes generated, and the checksums checked.
These files are correct and build plugins that are functionally
diff --git a/kdewidgets/tests/test.widgets b/kdewidgets/tests/test.widgets
index b67abedee..bbbac6f90 100644
--- a/kdewidgets/tests/test.widgets
+++ b/kdewidgets/tests/test.widgets
@@ -1,7 +1,7 @@
[Global]
PluginName=KDEWidgets
Includes=kinstance.h,classpreviews.h
-Init=new KInstance("kdewidgets");
+Init=new TDEInstance("kdewidgets");
[KActiveLabel]
ToolTip=Active Label (KDE)
@@ -26,7 +26,7 @@ Group=Graphics (KDE)
ToolTip=Combo Box (KDE)
Group=Input (KDE)
-[KCModule]
+[TDECModule]
ToolTip=KControl Center Module (KDE)
IsContainer=true
Group=Container (KDE)
@@ -55,26 +55,26 @@ Group=Graphics (KDE)
ToolTip=Fullfeatured edit box with buttons (KDE)
Group=Views (KDE)
-[KFontCombo]
+[TDEFontCombo]
ToolTip=Font Combo Box (KDE)
WhatsThis=A QCombo Box showing the installed system fonts (with preview)
Group=Input (KDE)
-[KFontChooser]
-IncludeFile=kfontdialog.h
-IconSet=kfontcombo.png
+[TDEFontChooser]
+IncludeFile=tdefontdialog.h
+IconSet=tdefontcombo.png
ToolTip=Font Chooser (KDE)
WhatsThis=A font type, size and style selection widget complete with preview
Group=Input (KDE)
-[KFontRequester]
-IncludeFile=kfontrequester.h
+[TDEFontRequester]
+IncludeFile=tdefontrequester.h
ToolTip=Font Requester (KDE)
WhatsThis=A compact font selection and preview widget
Group=Input (KDE)
[KGradientSelector]
-IncludeFile=kselect.h
+IncludeFile=tdeselect.h
WhatsThis=A widget that allows the user to select two colors to form a gradient
Group=Graphics (KDE)
@@ -94,12 +94,12 @@ ToolTip=LED Widget (KDE)
WhatsThis=A widget showing a light emitter diode
Group=Display (KDE)
-[KListBox]
+[TDEListBox]
ToolTip=Extended List Box (KDE)
WhatsThis=An improved version of the QListBox that follows KDE settings
Group=Views (KDE)
-[KListView]
+[TDEListView]
ToolTip=Extended List View (KDE)
WhatsThis=An improved version of the QListView that allows certain KDE extensions
Group=Views (KDE)
@@ -134,12 +134,12 @@ Group=Buttons (KDE)
ToolTip=Line Edit for restricted input (KDE)
Group=Input (KDE)
-[KIconButton]
+[TDEIconButton]
IncludeFile=kicondialog.h
ToolTip=Button for selecting an icon (KDE)
Group=Buttons (KDE)
-[KIconView]
+[TDEIconView]
IncludeFile=kiconview.h
ToolTip=Extended Icon View (KDE)
WhatsThis=An improved version of the QIconView that allows certain KDE extensions
@@ -232,8 +232,8 @@ ToolTip=A widget that provides a image preview of a URL
Group=Display (KDE)
ConstructorArgs=(parent)
-[KActionSelector]
-IncludeFile=kactionselector.h
+[TDEActionSelector]
+IncludeFile=tdeactionselector.h
ToolTip=A widget for selecting and arranging actions/objects
Group=Views (KDE)
@@ -260,8 +260,8 @@ ToolTip=A color palette in table form.
Group=Display (KDE)
ConstructorArgs=(parent, 210, 16)
-[KABC::AddressLineEdit]
-IncludeFile=kabc/addresslineedit.h
+[TDEABC::AddressLineEdit]
+IncludeFile=tdeabc/addresslineedit.h
ToolTip=A lineedit with LDAP and kabc completion.
Group=Input (KDE)
ConstructorArgs=(parent, true, name)