diff options
Diffstat (limited to 'kdewidgets/kde.widgets')
-rw-r--r-- | kdewidgets/kde.widgets | 42 |
1 files changed, 21 insertions, 21 deletions
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 |