mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
includes: remove headers for gone classes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5a1aa5568e
commit
5513e53f36
5 changed files with 1 additions and 7 deletions
|
@ -81,7 +81,6 @@ install(
|
|||
KDEPrintDialog
|
||||
KCalendarWidget
|
||||
KDateTime
|
||||
KDateValidator
|
||||
KDBusMenuExporter
|
||||
KDBusMenuImporter
|
||||
KDesktopFile
|
||||
|
@ -210,7 +209,6 @@ install(
|
|||
KPluginInfo
|
||||
KPluginLoader
|
||||
KPluginSelector
|
||||
KPopupFrame
|
||||
KPowerManager
|
||||
KPreviewWidgetBase
|
||||
KProcess
|
||||
|
@ -458,7 +456,6 @@ install(
|
|||
Solid/Device
|
||||
Solid/DeviceInterface
|
||||
Solid/DeviceNotifier
|
||||
Solid/GenericInterface
|
||||
Solid/NetworkInterface
|
||||
Solid/OpticalDisc
|
||||
Solid/OpticalDrive
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#include "../kdatetable.h"
|
|
@ -1 +0,0 @@
|
|||
#include "../kdatetable.h"
|
|
@ -1 +0,0 @@
|
|||
#include "../../solid/genericinterface.h"
|
|
@ -22,7 +22,7 @@ for root, dirs, files in os.walk(os.getcwd()):
|
|||
sfull = '%s/%s' % (root, sfile)
|
||||
with open(sfull, 'rb') as f:
|
||||
content = f.read()
|
||||
for smatch in oregex.findall(content):
|
||||
for smatch in oregex.findall(str(content)):
|
||||
if smatch in lexceptions:
|
||||
continue
|
||||
if not os.path.basename(smatch) in lall:
|
||||
|
|
Loading…
Add table
Reference in a new issue