~ubuntu-branches/ubuntu/wily/kid3/wily-proposed

« back to all changes in this revision

Viewing changes to src/gui/forms/kid3mainwindow.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2012-05-14 18:27:44 UTC
  • mfrom: (1.1.14) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120514182744-4tul4661q4rao8vm
Tags: 2.1-2
Remove patch 01-gcc4.7-ftbfs, it was merged with 2.1 to another location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#endif
46
46
#include "iframeeditor.h"
47
47
#include "trackdata.h"
 
48
#include "kid3api.h"
48
49
 
49
50
class KURL;
50
51
class KUrl;
75
76
class TrackDataModel;
76
77
 
77
78
/** Kid3 main window */
78
 
class Kid3MainWindow : public Kid3MainWindowBaseClass, public IFrameEditor
 
79
class KID3_GUI_EXPORT Kid3MainWindow : public Kid3MainWindowBaseClass, public IFrameEditor
79
80
{
80
81
Q_OBJECT
81
82