~neon/juk/master

« back to all changes in this revision

Viewing changes to trackpickerdialog.h

  • Committer: Laurent Montel
  • Date: 2006-09-25 15:51:16 UTC
  • Revision ID: git-v1:a55feeebe8e3f14426921ea0a1dff62236e8f86f
Now we can search tunepimp lib
juk compiles with it


svn path=/trunk/KDE/kdemultimedia/juk/; revision=588319

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#define TRACKPICKERDIALOG_H
18
18
 
19
19
#include <config.h>
20
 
 
21
 
#if HAVE_TUNEPIMP
 
20
#include <config-juk.h>
22
21
 
23
22
#include <kdialog.h>
24
23
 
46
45
    TrackPickerDialogBase *m_base;
47
46
};
48
47
 
49
 
#endif // HAVE_TUNEPIMP
50
48
 
51
49
#endif
52
50