diff options
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/qcolordialog.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/qprintdialog.cpp | 4 | ||||
-rw-r--r-- | src/dialogs/qt_dialogs.pri | 8 | ||||
-rw-r--r-- | src/dialogs/tqfiledialog.cpp (renamed from src/dialogs/qfiledialog.cpp) | 20 | ||||
-rw-r--r-- | src/dialogs/tqfiledialog.h (renamed from src/dialogs/ntqfiledialog.h) | 6 |
5 files changed, 20 insertions, 20 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp index dd01e3aaa..4f82b6350 100644 --- a/src/dialogs/qcolordialog.cpp +++ b/src/dialogs/qcolordialog.cpp @@ -55,7 +55,7 @@ #include "ntqgridview.h" #include "ntqapplication.h" #include "tqstyle.h" -#include "ntqsettings.h" +#include "tqsettings.h" #include "tqpopupmenu.h" #ifdef TQ_WS_MAC diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp index aeef03304..e24c4a9c3 100644 --- a/src/dialogs/qprintdialog.cpp +++ b/src/dialogs/qprintdialog.cpp @@ -42,8 +42,8 @@ #ifndef TQT_NO_PRINTDIALOG -#include "ntqfiledialog.h" -#include "ntqfile.h" +#include "tqfiledialog.h" +#include "tqfile.h" #include "tqtextstream.h" #include "ntqcombobox.h" #include "ntqframe.h" diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri index aa0433f50..cfd0f5b06 100644 --- a/src/dialogs/qt_dialogs.pri +++ b/src/dialogs/qt_dialogs.pri @@ -6,7 +6,7 @@ dialogs { HEADERS += $$DIALOGS_H/ntqcolordialog.h \ $$DIALOGS_H/ntqdialog.h \ $$DIALOGS_H/ntqerrormessage.h \ - $$DIALOGS_H/ntqfiledialog.h \ + $$DIALOGS_H/tqfiledialog.h \ $$DIALOGS_H/ntqfontdialog.h \ $$DIALOGS_H/ntqmessagebox.h \ $$DIALOGS_H/ntqprogressdialog.h \ @@ -14,15 +14,15 @@ dialogs { $$DIALOGS_H/ntqwizard.h \ $$DIALOGS_H/ntqinputdialog.h - !embedded:mac:SOURCES += $$DIALOGS_CPP/qfiledialog_mac.cpp $$DIALOGS_CPP/qcolordialog_mac.cpp - win32:SOURCES += $$DIALOGS_CPP/qfiledialog_win.cpp + !embedded:mac:SOURCES += $$DIALOGS_CPP/tqfiledialog_mac.cpp $$DIALOGS_CPP/qcolordialog_mac.cpp + win32:SOURCES += $$DIALOGS_CPP/tqfiledialog_win.cpp unix:SOURCES += $$DIALOGS_CPP/qprintdialog.cpp unix:HEADERS += $$DIALOGS_H/ntqprintdialog.h SOURCES += $$DIALOGS_CPP/qcolordialog.cpp \ $$DIALOGS_CPP/qdialog.cpp \ $$DIALOGS_CPP/qerrormessage.cpp \ - $$DIALOGS_CPP/qfiledialog.cpp \ + $$DIALOGS_CPP/tqfiledialog.cpp \ $$DIALOGS_CPP/qfontdialog.cpp \ $$DIALOGS_CPP/qmessagebox.cpp \ $$DIALOGS_CPP/qprogressdialog.cpp \ diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/tqfiledialog.cpp index 084e48edb..711ce2a73 100644 --- a/src/dialogs/qfiledialog.cpp +++ b/src/dialogs/tqfiledialog.cpp @@ -50,7 +50,7 @@ # undef truncate #endif -#include "ntqfiledialog.h" +#include "tqfiledialog.h" #ifndef TQT_NO_FILEDIALOG @@ -64,7 +64,7 @@ #include "tqcstring.h" #include "ntqcursor.h" #include "tqdragobject.h" -#include "ntqfile.h" +#include "tqfile.h" #include "ntqguardedptr.h" #include "ntqhbox.h" #include "ntqheader.h" @@ -77,7 +77,7 @@ #include "tqmap.h" #include "ntqmessagebox.h" #include "tqmime.h" -#include "ntqnetworkprotocol.h" +#include "tqnetworkprotocol.h" #include "tqobjectlist.h" #include "ntqpainter.h" #include "tqpopupmenu.h" @@ -2165,7 +2165,7 @@ static TQStringList makeFiltersList( const TQString &filter ) } /*! - \class TQFileDialog ntqfiledialog.h + \class TQFileDialog tqfiledialog.h \brief The TQFileDialog class provides dialogs that allow users to select files or directories. \ingroup dialogs \mainclass @@ -2325,7 +2325,7 @@ static TQStringList makeFiltersList( const TQString &filter ) For more information about creating a TQFilePreview widget see \l{TQFilePreview}. - <img src=qfiledlg-m.png> <img src=qfiledlg-w.png> + <img src=tqfiledlg-m.png> <img src=tqfiledlg-w.png> */ @@ -4969,7 +4969,7 @@ void TQFileDialog::keyPressEvent( TQKeyEvent * ke ) } -/*! \class TQFileIconProvider ntqfiledialog.h +/*! \class TQFileIconProvider tqfiledialog.h \brief The TQFileIconProvider class provides icons for TQFileDialog to use. @@ -5059,7 +5059,7 @@ TQFileIconProvider * TQFileDialog::iconProvider() #if defined(TQ_WS_WIN) -// ### FIXME: this code is duplicated in qdns.cpp +// ### FIXME: this code is duplicated in tqdns.cpp static TQString getWindowsRegString( HKEY key, const TQString &subKey ) { TQString s; @@ -6446,7 +6446,7 @@ void TQFileDialog::goBack() // preview widget from TQWidget and from this class' indeed. /*! - \class TQFilePreview ntqfiledialog.h + \class TQFilePreview tqfiledialog.h \ingroup misc \brief The TQFilePreview class provides file previewing in TQFileDialog. @@ -6462,7 +6462,7 @@ void TQFileDialog::goBack() TQFileDialog::setInfoPreview(), TQFileDialog::setInfoPreviewEnabled(), TQFileDialog::setContentsPreviewEnabled(). - For an example of a preview widget see qt/examples/qdir/qdir.cpp. + For an example of a preview widget see qt/examples/tqdir/tqdir.cpp. */ /*! @@ -6482,6 +6482,6 @@ TQFilePreview::TQFilePreview() */ -#include "qfiledialog.moc" +#include "tqfiledialog.moc" #endif diff --git a/src/dialogs/ntqfiledialog.h b/src/dialogs/tqfiledialog.h index be3cdf4ac..b57be85a9 100644 --- a/src/dialogs/ntqfiledialog.h +++ b/src/dialogs/tqfiledialog.h @@ -55,10 +55,10 @@ class TQFileDialogPrivate; class TQFileDialogTQFileListView; #ifndef QT_H -#include "ntqdir.h" +#include "tqdir.h" #include "ntqdialog.h" -#include "ntqurloperator.h" -#include "ntqurlinfo.h" +#include "tqurloperator.h" +#include "tqurlinfo.h" #endif // QT_H #if __GNUC__ - 0 > 3 |