Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
juk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
David Planella
juk
Commits
13f9ac32
Commit
13f9ac32
authored
Nov 21, 2004
by
Scott Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing some unneeded includes.
svn path=/trunk/kdemultimedia/juk/; revision=364660
parent
79c19e92
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
20 deletions
+0
-20
categoryreaderinterface.h
categoryreaderinterface.h
+0
-1
coverinfo.h
coverinfo.h
+0
-1
deletedialog.h
deletedialog.h
+0
-3
filerenamerconfigdlg.h
filerenamerconfigdlg.h
+0
-1
googlefetcherdialog.h
googlefetcherdialog.h
+0
-4
historyplaylist.h
historyplaylist.h
+0
-1
playlistcollection.h
playlistcollection.h
+0
-2
tagrenameroptions.h
tagrenameroptions.h
+0
-1
tagtransactionmanager.h
tagtransactionmanager.h
+0
-3
upcomingplaylist.h
upcomingplaylist.h
+0
-3
No files found.
categoryreaderinterface.h
View file @
13f9ac32
...
...
@@ -16,7 +16,6 @@
#ifndef JUK_CATEGORYREADERINTERFACE_H
#define JUK_CATEGORYREADERINTERFACE_H
#include "tagrenameroptions.h"
class
QString
;
...
...
coverinfo.h
View file @
13f9ac32
...
...
@@ -16,7 +16,6 @@
#define COVERINFO_H
#include <qimage.h>
#include <qpixmap.h>
#include "filehandle.h"
...
...
deletedialog.h
View file @
13f9ac32
...
...
@@ -16,11 +16,8 @@
#ifndef _DELETEDIALOG_H
#define _DELETEDIALOG_H
#include <kdialogbase.h>
#include <kguiitem.h>
#include <qcheckbox.h>
#include <qvbox.h>
#include "deletedialogbase.h"
...
...
filerenamerconfigdlg.h
View file @
13f9ac32
...
...
@@ -17,7 +17,6 @@
#ifndef JUK_FILERENAMERCONFIGDLG_H
#define JUK_FILERENAMERCONFIGDLG_H
#include <kdialogbase.h>
class
FileRenamerWidget
;
...
...
googlefetcherdialog.h
View file @
13f9ac32
...
...
@@ -15,14 +15,10 @@
#ifndef GOOGLEFETCHERDIALOG_H
#define GOOGLEFETCHERDIALOG_H
#include <kdialogbase.h>
#include <kiconview.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <qpixmap.h>
#include "filehandle.h"
#include "googlefetcher.h"
class
KURL
;
...
...
historyplaylist.h
View file @
13f9ac32
...
...
@@ -16,7 +16,6 @@
#ifndef HISTORYPLAYLIST_H
#define HISTORYPLAYLIST_H
#include <qtimer.h>
#include "playlist.h"
#include "playlistitem.h"
...
...
playlistcollection.h
View file @
13f9ac32
...
...
@@ -20,11 +20,9 @@
#include "jukIface.h"
#include <kshortcut.h>
#include <kconfig.h>
#include <klocale.h>
#include <kdirlister.h>
#include <qguardedptr.h>
class
QWidgetStack
;
class
KAction
;
...
...
tagrenameroptions.h
View file @
13f9ac32
...
...
@@ -16,7 +16,6 @@
#ifndef JUK_TAGRENAMEROPTIONS_H
#define JUK_TAGRENAMEROPTIONS_H
#include <qstring.h>
// Insert all new tag types before NumTypes, that way NumTypes will always be
// the count of valid tag types.
...
...
tagtransactionmanager.h
View file @
13f9ac32
...
...
@@ -16,10 +16,7 @@
#ifndef _TAGTRANSACTIONMANAGER_H
#define _TAGTRANSACTIONMANAGER_H
#include <qvaluelist.h>
#include <qpair.h>
#include "filehandle.h"
class
PlaylistItem
;
class
QWidget
;
...
...
upcomingplaylist.h
View file @
13f9ac32
...
...
@@ -16,10 +16,7 @@
#ifndef _UPCOMINGPLAYLIST_H
#define _UPCOMINGPLAYLIST_H
#include <klocale.h>
#include <qdatastream.h>
#include <qptrdict.h>
#include <qguardedptr.h>
#include "playlist.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment