summaryrefslogtreecommitdiffstats
path: root/src/dialogs/ntqfiledialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/ntqfiledialog.h')
-rw-r--r--src/dialogs/ntqfiledialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/ntqfiledialog.h b/src/dialogs/ntqfiledialog.h
index a2eb6324..be3cdf4a 100644
--- a/src/dialogs/ntqfiledialog.h
+++ b/src/dialogs/ntqfiledialog.h
@@ -297,7 +297,7 @@ private:
TQPushButton *okB;
TQPushButton *cancelB;
-#if defined(Q_WS_WIN)
+#if defined(TQ_WS_WIN)
static TQString winGetOpenFileName( const TQString &initialSelection,
const TQString &filter,
TQString* workingDirectory,
@@ -324,7 +324,7 @@ private:
const TQString& caption = TQString::null);
static TQString resolveLinkFile( const TQString& linkfile );
#endif
-#if defined(Q_WS_MACX) || defined(Q_WS_MAC9)
+#if defined(TQ_WS_MACX) || defined(TQ_WS_MAC9)
static TQString macGetSaveFileName( const TQString &, const TQString &,
TQString *, TQWidget *, const char*,
const TQString&, TQString *);