diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 12:46:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 12:46:33 -0600 |
commit | 6e7a54d5c2237300ef8a02c8644619a434bbf3c2 (patch) | |
tree | 1b1f378e9fd14ff3a8248fa0e0bf915b41a9d69a /src/kicondialog.h | |
parent | e54e867af243223a620f12bf260e1af9ac9f6dc5 (diff) | |
download | basket-6e7a54d5c2237300ef8a02c8644619a434bbf3c2.tar.gz basket-6e7a54d5c2237300ef8a02c8644619a434bbf3c2.zip |
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'src/kicondialog.h')
-rw-r--r-- | src/kicondialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kicondialog.h b/src/kicondialog.h index 7626090..3bc0133 100644 --- a/src/kicondialog.h +++ b/src/kicondialog.h @@ -41,7 +41,7 @@ class KIconLoader; * * @short An icon selection dialog. */ -class KIO_EXPORT KIconDialog: public KDialogBase +class TDEIO_EXPORT KIconDialog: public KDialogBase { Q_OBJECT @@ -216,7 +216,7 @@ private: * @see KIconDialog * @short A push button that allows selection of an icon. */ -class KIO_EXPORT KIconButton: public TQPushButton +class TDEIO_EXPORT KIconButton: public TQPushButton { Q_OBJECT |