summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqlistview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
commit1ba13366a7a377d50b9e8df9044ce11d8209f98c (patch)
tree40765573bcccd42239475344141eb98d2ac5d45e /src/widgets/ntqlistview.h
parent926102a455014e6ab308aaced19e32eed7ed4414 (diff)
downloadtqt3-1ba13366a7a377d50b9e8df9044ce11d8209f98c.tar.gz
tqt3-1ba13366a7a377d50b9e8df9044ce11d8209f98c.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/ntqlistview.h')
-rw-r--r--src/widgets/ntqlistview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/ntqlistview.h b/src/widgets/ntqlistview.h
index 250389a56..b46513372 100644
--- a/src/widgets/ntqlistview.h
+++ b/src/widgets/ntqlistview.h
@@ -63,7 +63,7 @@ class TQMimeSource;
class TQLineEdit;
class TQListViewToolTip;
-class Q_EXPORT TQListViewItem : public TQt
+class TQ_EXPORT TQListViewItem : public TQt
{
friend class TQListViewItemIterator;
friend class TQListViewToolTip;
@@ -234,7 +234,7 @@ private:
class TQCheckListItem;
-class Q_EXPORT TQListView: public TQScrollView
+class TQ_EXPORT TQListView: public TQScrollView
{
friend class TQListViewItemIterator;
friend class TQListViewItem;
@@ -468,7 +468,7 @@ private: // Disabled copy constructor and operator=
};
-class Q_EXPORT TQCheckListItem : public TQListViewItem
+class TQ_EXPORT TQCheckListItem : public TQListViewItem
{
public:
enum Type { RadioButton,
@@ -540,7 +540,7 @@ private:
TQCheckListItemPrivate *d;
};
-class Q_EXPORT TQListViewItemIterator
+class TQ_EXPORT TQListViewItemIterator
{
friend struct TQListViewPrivate;
friend class TQListView;