summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/ntqcolordialog.h2
-rw-r--r--src/dialogs/ntqdialog.h2
-rw-r--r--src/dialogs/ntqerrormessage.h2
-rw-r--r--src/dialogs/ntqfiledialog.h6
-rw-r--r--src/dialogs/ntqfontdialog.h2
-rw-r--r--src/dialogs/ntqinputdialog.h2
-rw-r--r--src/dialogs/ntqmessagebox.h2
-rw-r--r--src/dialogs/ntqprintdialog.h2
-rw-r--r--src/dialogs/ntqprogressdialog.h2
-rw-r--r--src/dialogs/ntqtabdialog.h2
-rw-r--r--src/dialogs/ntqwizard.h2
-rw-r--r--src/dialogs/qfiledialog.cpp2
12 files changed, 14 insertions, 14 deletions
diff --git a/src/dialogs/ntqcolordialog.h b/src/dialogs/ntqcolordialog.h
index 07c695fe..0941a020 100644
--- a/src/dialogs/ntqcolordialog.h
+++ b/src/dialogs/ntqcolordialog.h
@@ -49,7 +49,7 @@
class TQColorDialogPrivate;
-class Q_EXPORT TQColorDialog : public TQDialog
+class TQ_EXPORT TQColorDialog : public TQDialog
{
TQ_OBJECT
diff --git a/src/dialogs/ntqdialog.h b/src/dialogs/ntqdialog.h
index dc20b730..37582e55 100644
--- a/src/dialogs/ntqdialog.h
+++ b/src/dialogs/ntqdialog.h
@@ -52,7 +52,7 @@ TQ_OBJECT
class TQPushButton;
class TQDialogPrivate;
-class Q_EXPORT TQDialog : public TQWidget
+class TQ_EXPORT TQDialog : public TQWidget
{
friend class TQPushButton;
TQ_OBJECT
diff --git a/src/dialogs/ntqerrormessage.h b/src/dialogs/ntqerrormessage.h
index f17db5ea..6c776d2d 100644
--- a/src/dialogs/ntqerrormessage.h
+++ b/src/dialogs/ntqerrormessage.h
@@ -54,7 +54,7 @@ class TQStringList;
template<class type> class TQDict;
-class Q_EXPORT TQErrorMessage: public TQDialog {
+class TQ_EXPORT TQErrorMessage: public TQDialog {
TQ_OBJECT
public:
TQErrorMessage( TQWidget* parent, const char* name=0 );
diff --git a/src/dialogs/ntqfiledialog.h b/src/dialogs/ntqfiledialog.h
index a26cdd66..a2eb6324 100644
--- a/src/dialogs/ntqfiledialog.h
+++ b/src/dialogs/ntqfiledialog.h
@@ -67,7 +67,7 @@ class TQFileDialogTQFileListView;
#ifndef TQT_NO_FILEDIALOG
-class Q_EXPORT TQFileIconProvider : public TQObject
+class TQ_EXPORT TQFileIconProvider : public TQObject
{
TQ_OBJECT
public:
@@ -81,7 +81,7 @@ private: // Disabled copy constructor and operator=
#endif
};
-class Q_EXPORT TQFilePreview
+class TQ_EXPORT TQFilePreview
{
public:
TQFilePreview();
@@ -89,7 +89,7 @@ public:
};
-class Q_EXPORT TQFileDialog : public TQDialog
+class TQ_EXPORT TQFileDialog : public TQDialog
{
TQ_OBJECT
TQ_ENUMS( Mode ViewMode PreviewMode )
diff --git a/src/dialogs/ntqfontdialog.h b/src/dialogs/ntqfontdialog.h
index 88321cb4..74373817 100644
--- a/src/dialogs/ntqfontdialog.h
+++ b/src/dialogs/ntqfontdialog.h
@@ -62,7 +62,7 @@
class TQFontDialogPrivate;
-class Q_EXPORT TQFontDialog: public TQDialog
+class TQ_EXPORT TQFontDialog: public TQDialog
{
TQ_OBJECT
diff --git a/src/dialogs/ntqinputdialog.h b/src/dialogs/ntqinputdialog.h
index afbdf0f1..125b3556 100644
--- a/src/dialogs/ntqinputdialog.h
+++ b/src/dialogs/ntqinputdialog.h
@@ -53,7 +53,7 @@ class TQSpinBox;
class TQComboBox;
class TQInputDialogPrivate;
-class Q_EXPORT TQInputDialog : public TQDialog
+class TQ_EXPORT TQInputDialog : public TQDialog
{
TQ_OBJECT
diff --git a/src/dialogs/ntqmessagebox.h b/src/dialogs/ntqmessagebox.h
index e41f2010..b4fc27d8 100644
--- a/src/dialogs/ntqmessagebox.h
+++ b/src/dialogs/ntqmessagebox.h
@@ -51,7 +51,7 @@ class TQLabel;
class TQPushButton;
struct TQMessageBoxData;
-class Q_EXPORT TQMessageBox : public TQDialog
+class TQ_EXPORT TQMessageBox : public TQDialog
{
TQ_OBJECT
TQ_ENUMS( Icon )
diff --git a/src/dialogs/ntqprintdialog.h b/src/dialogs/ntqprintdialog.h
index 69689760..c578e0ff 100644
--- a/src/dialogs/ntqprintdialog.h
+++ b/src/dialogs/ntqprintdialog.h
@@ -51,7 +51,7 @@ class TQGroupBox;
class TQPrintDialogPrivate;
class TQListView;
-class Q_EXPORT TQPrintDialog : public TQDialog
+class TQ_EXPORT TQPrintDialog : public TQDialog
{
TQ_OBJECT
public:
diff --git a/src/dialogs/ntqprogressdialog.h b/src/dialogs/ntqprogressdialog.h
index effc6c96..eb5e065a 100644
--- a/src/dialogs/ntqprogressdialog.h
+++ b/src/dialogs/ntqprogressdialog.h
@@ -53,7 +53,7 @@ class TQPushButton;
class TQTimer;
class TQProgressDialogData;
-class Q_EXPORT TQProgressDialog : public TQDialog
+class TQ_EXPORT TQProgressDialog : public TQDialog
{
TQ_OBJECT
TQ_PROPERTY( bool wasCancelled READ wasCancelled DESIGNABLE false STORED false ) // ### remove in 4.0
diff --git a/src/dialogs/ntqtabdialog.h b/src/dialogs/ntqtabdialog.h
index dd91a4bc..8d6b67cc 100644
--- a/src/dialogs/ntqtabdialog.h
+++ b/src/dialogs/ntqtabdialog.h
@@ -52,7 +52,7 @@ class TQTabBar;
class TQTab;
class TQTabDialogPrivate;
-class Q_EXPORT TQTabDialog : public TQDialog
+class TQ_EXPORT TQTabDialog : public TQDialog
{
TQ_OBJECT
public:
diff --git a/src/dialogs/ntqwizard.h b/src/dialogs/ntqwizard.h
index 281ab3f7..b09e9020 100644
--- a/src/dialogs/ntqwizard.h
+++ b/src/dialogs/ntqwizard.h
@@ -51,7 +51,7 @@
class TQHBoxLayout;
class TQWizardPrivate;
-class Q_EXPORT TQWizard : public TQDialog
+class TQ_EXPORT TQWizard : public TQDialog
{
TQ_OBJECT
TQ_PROPERTY( TQFont titleFont READ titleFont WRITE setTitleFont )
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index 6de17f9d..835742d2 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -3398,7 +3398,7 @@ void TQFileDialog::rereadDir()
*/
extern bool tqt_resolve_symlinks; // defined in qapplication.cpp
-bool Q_EXPORT tqt_use_native_dialogs = TRUE;
+bool TQ_EXPORT tqt_use_native_dialogs = TRUE;
/*!
This is a convenience static function that returns an existing file