Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Planella
juk
Commits
8556db1f
Commit
8556db1f
authored
Aug 04, 2006
by
Jure Repinc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing includes for KIcon so that kdemultimedia compiles
svn path=/trunk/KDE/kdemultimedia/juk/; revision=569833
parent
b4eae1e4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
juk.cpp
juk.cpp
+1
-0
k3bexporter.cpp
k3bexporter.cpp
+1
-0
playlistbox.cpp
playlistbox.cpp
+1
-0
playlistcollection.cpp
playlistcollection.cpp
+1
-0
playlistsplitter.cpp
playlistsplitter.cpp
+1
-0
No files found.
juk.cpp
View file @
8556db1f
...
...
@@ -24,6 +24,7 @@
#include <kstdaction.h>
#include <ktoggleaction.h>
#include <kactionmenu.h>
#include <kicon.h>
#include "juk.h"
#include "slideraction.h"
#include "statuslabel.h"
...
...
k3bexporter.cpp
View file @
8556db1f
...
...
@@ -20,6 +20,7 @@
#include <kaction.h>
#include <kactioncollection.h>
#include <kstandarddirs.h>
#include <kicon.h>
#include <kiconloader.h>
#include <kapplication.h>
...
...
playlistbox.cpp
View file @
8556db1f
...
...
@@ -13,6 +13,7 @@
* *
***************************************************************************/
#include <kicon.h>
#include <kiconloader.h>
#include <k3urldrag.h>
#include <kmessagebox.h>
...
...
playlistcollection.cpp
View file @
8556db1f
...
...
@@ -36,6 +36,7 @@
#include "playermanager.h"
#include "tracksequencemanager.h"
#include <kicon.h>
#include <kiconloader.h>
#include <kapplication.h>
...
...
playlistsplitter.cpp
View file @
8556db1f
...
...
@@ -13,6 +13,7 @@
* *
***************************************************************************/
#include <kicon.h>
#include <kaction.h>
#include <kdebug.h>
#include <ktoggleaction.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