Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82884
Collapse All | Expand All

(-)kdeui/kdockwindow.h (-1 / +1 lines)
Lines 29-35 Link Here
29
 * This class is obsolete, it is provided for compatibility only.
29
 * This class is obsolete, it is provided for compatibility only.
30
 * Use KSystemTray instead.
30
 * Use KSystemTray instead.
31
 */
31
 */
32
class KDE_DEPRECATED KDockWindow : public KSystemTray
32
class KDEUI_EXPORT_DEPRECATED KDockWindow : public KSystemTray
33
{
33
{
34
    Q_OBJECT
34
    Q_OBJECT
35
public:
35
public:
(-)kdeui/keditlistbox.h.orig (-1 / +1 lines)
Lines 64-70 public: Link Here
64
        CustomEditor( QWidget *repWidget, KLineEdit *edit )
64
        CustomEditor( QWidget *repWidget, KLineEdit *edit )
65
            : m_representationWidget( repWidget ),
65
            : m_representationWidget( repWidget ),
66
              m_lineEdit( edit ) {}
66
              m_lineEdit( edit ) {}
67
        CustomEditor( KComboBox *combo );
67
        KDEUI_EXPORT CustomEditor( KComboBox *combo );
68
68
69
        void setRepresentationWidget( QWidget *repWidget ) {
69
        void setRepresentationWidget( QWidget *repWidget ) {
70
            m_representationWidget = repWidget;
70
            m_representationWidget = repWidget;
(-)kio/kfile/knotifydialog.h.orig (-1 / +1 lines)
Lines 323-329 namespace KNotify Link Here
323
    /**
323
    /**
324
     * @internal
324
     * @internal
325
     */
325
     */
326
    class ListViewItem : public QListViewItem
326
    class KIO_EXPORT ListViewItem : public QListViewItem
327
    {
327
    {
328
    public:
328
    public:
329
        ListViewItem( QListView *view, Event *event );
329
        ListViewItem( QListView *view, Event *event );
(-)kio/kio/kautomount.h.orig (-1 / +1 lines)
Lines 83-89 private: Link Here
83
 *
83
 *
84
 * @short This class implements synchronous unmounting of devices,
84
 * @short This class implements synchronous unmounting of devices,
85
 */
85
 */
86
class KAutoUnmount : public QObject
86
class KIO_EXPORT KAutoUnmount : public QObject
87
{
87
{
88
  Q_OBJECT
88
  Q_OBJECT
89
  friend class gcc_gives_a_warning_without_this;
89
  friend class gcc_gives_a_warning_without_this;
(-)kdesu/kcookie.h.orig (-1 / +2 lines)
Lines 13-18 Link Here
13
#ifndef __KCookie_h_Included__
13
#ifndef __KCookie_h_Included__
14
#define __KCookie_h_Included__
14
#define __KCookie_h_Included__
15
15
16
#include <kdelibs_export.h>
16
#include <qcstring.h>
17
#include <qcstring.h>
17
#include <qvaluelist.h>
18
#include <qvaluelist.h>
18
19
Lines 24-30 typedef QValueList<QCString> QCStringLis Link Here
24
 * program (X11 and DCOP cookies).
25
 * program (X11 and DCOP cookies).
25
 */
26
 */
26
27
27
class KCookie
28
class KDESU_EXPORT KCookie
28
{
29
{
29
public:
30
public:
30
    KCookie();
31
    KCookie();
(-)kdeprint/driver.h.orig (-3 / +3 lines)
Lines 182-188 protected: Link Here
182
 * if you're a KDEPrint developer. The API might change in the
182
 * if you're a KDEPrint developer. The API might change in the
183
 * future and binary compatibility might be broken.
183
 * future and binary compatibility might be broken.
184
 */
184
 */
185
class DrChoiceGroup : public DrGroup
185
class KDEPRINT_EXPORT DrChoiceGroup : public DrGroup
186
{
186
{
187
public:
187
public:
188
	DrChoiceGroup();
188
	DrChoiceGroup();
Lines 327-333 public: Link Here
327
 * if you're a KDEPrint developer. The API might change in the
327
 * if you're a KDEPrint developer. The API might change in the
328
 * future and binary compatibility might be broken.
328
 * future and binary compatibility might be broken.
329
 */
329
 */
330
class DrConstraint
330
class KDEPRINT_EXPORT DrConstraint
331
{
331
{
332
public:
332
public:
333
	DrConstraint(const QString& o1, const QString& o2, const QString& c1 = QString::null, const QString& c2 = QString::null);
333
	DrConstraint(const QString& o1, const QString& o2, const QString& c1 = QString::null, const QString& c2 = QString::null);
Lines 352-358 protected: Link Here
352
 * if you're a KDEPrint developer. The API might change in the
352
 * if you're a KDEPrint developer. The API might change in the
353
 * future and binary compatibility might be broken.
353
 * future and binary compatibility might be broken.
354
 */
354
 */
355
class DrPageSize
355
class KDEPRINT_EXPORT DrPageSize
356
{
356
{
357
public:
357
public:
358
	DrPageSize(const QString& s, float width, float height, float left, float bottom, float right, float top);
358
	DrPageSize(const QString& s, float width, float height, float left, float bottom, float right, float top);
(-)kdeprint/kprinter.h.orig (-1 / +1 lines)
Lines 775-780 KDEPRINT_EXPORT const char* pageSizeToPa Link Here
775
 * DO NOT USE, WILL BE REMOVED.
775
 * DO NOT USE, WILL BE REMOVED.
776
 * @obsolete
776
 * @obsolete
777
 */
777
 */
778
QSize rangeToSize( const QString& );
778
KDEPRINT_EXPORT QSize rangeToSize( const QString& );
779
779
780
#endif
780
#endif

Return to bug 82884