Skip to content

Commit

Permalink
Remove deprecated KArrowButton (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Jun 24, 2023
1 parent 5834fd9 commit b5e946c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 225 deletions.
1 change: 0 additions & 1 deletion includes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ DESTINATION ${INCLUDE_INSTALL_DIR}/KDE COMPONENT Devel)

if(NOT KDE_NO_DEPRECATED)
install( FILES
KArrowButton
KEditListBox
KDiskFreeSpace
KMimeTypeResolver
Expand Down
1 change: 0 additions & 1 deletion includes/KArrowButton

This file was deleted.

2 changes: 0 additions & 2 deletions kdeui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ set(kdeui_LIB_SRCS
if(NOT KDE_NO_DEPRECATED)
set(kdeui_LIB_SRCS
${kdeui_LIB_SRCS}
widgets/karrowbutton.cpp
widgets/keditlistbox.cpp
)
endif(NOT KDE_NO_DEPRECATED)
Expand Down Expand Up @@ -683,7 +682,6 @@ install( FILES

if(NOT KDE_NO_DEPRECATED)
install(FILES
widgets/karrowbutton.h
widgets/keditlistbox.h
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel )
endif(NOT KDE_NO_DEPRECATED)
Expand Down
119 changes: 0 additions & 119 deletions kdeui/widgets/karrowbutton.cpp

This file was deleted.

96 changes: 0 additions & 96 deletions kdeui/widgets/karrowbutton.h

This file was deleted.

6 changes: 0 additions & 6 deletions kdewidgets/kdedeprecated.widgets
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ PluginName=KDE3SupportWidgets
Includes=kcomponentdata.h,classpreviews.h,ktimezone.h
Init=new KComponentData("kdewidgets");

[KArrowButton]
IncludeFile=karrowbutton.h
ToolTip=Draws a button which shows an arrow pointing into a certain direction.
Group=Buttons (KDE)
ConstructorArgs=(parent,Qt::UpArrow)

[KEditListBox]
ToolTip=Fullfeatured edit box with buttons (KDE)
Group=Views (KDE)
Expand Down

0 comments on commit b5e946c

Please sign in to comment.