diff options
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/qt_dialogs.pri | 8 | ||||
-rw-r--r-- | src/dialogs/tqdialog.cpp | 4 | ||||
-rw-r--r-- | src/dialogs/tqerrormessage.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/tqfiledialog.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/tqmessagebox.cpp (renamed from src/dialogs/qmessagebox.cpp) | 12 | ||||
-rw-r--r-- | src/dialogs/tqmessagebox.h (renamed from src/dialogs/ntqmessagebox.h) | 2 | ||||
-rw-r--r-- | src/dialogs/tqprintdialog.cpp (renamed from src/dialogs/qprintdialog.cpp) | 6 | ||||
-rw-r--r-- | src/dialogs/tqprintdialog.h (renamed from src/dialogs/ntqprintdialog.h) | 0 |
8 files changed, 18 insertions, 18 deletions
diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri index 9702afad1..555633b88 100644 --- a/src/dialogs/qt_dialogs.pri +++ b/src/dialogs/qt_dialogs.pri @@ -8,7 +8,7 @@ dialogs { $$DIALOGS_H/tqerrormessage.h \ $$DIALOGS_H/tqfiledialog.h \ $$DIALOGS_H/tqfontdialog.h \ - $$DIALOGS_H/ntqmessagebox.h \ + $$DIALOGS_H/tqmessagebox.h \ $$DIALOGS_H/tqprogressdialog.h \ $$DIALOGS_H/tqtabdialog.h \ $$DIALOGS_H/tqwizard.h \ @@ -16,15 +16,15 @@ dialogs { !embedded:mac:SOURCES += $$DIALOGS_CPP/tqfiledialog_mac.cpp $$DIALOGS_CPP/tqcolordialog_mac.cpp win32:SOURCES += $$DIALOGS_CPP/tqfiledialog_win.cpp - unix:SOURCES += $$DIALOGS_CPP/qprintdialog.cpp - unix:HEADERS += $$DIALOGS_H/ntqprintdialog.h + unix:SOURCES += $$DIALOGS_CPP/tqprintdialog.cpp + unix:HEADERS += $$DIALOGS_H/tqprintdialog.h SOURCES += $$DIALOGS_CPP/tqcolordialog.cpp \ $$DIALOGS_CPP/tqdialog.cpp \ $$DIALOGS_CPP/tqerrormessage.cpp \ $$DIALOGS_CPP/tqfiledialog.cpp \ $$DIALOGS_CPP/tqfontdialog.cpp \ - $$DIALOGS_CPP/qmessagebox.cpp \ + $$DIALOGS_CPP/tqmessagebox.cpp \ $$DIALOGS_CPP/tqprogressdialog.cpp \ $$DIALOGS_CPP/tqtabdialog.cpp \ $$DIALOGS_CPP/tqwizard.cpp \ diff --git a/src/dialogs/tqdialog.cpp b/src/dialogs/tqdialog.cpp index 1f620cb6a..42853e00a 100644 --- a/src/dialogs/tqdialog.cpp +++ b/src/dialogs/tqdialog.cpp @@ -344,8 +344,8 @@ void TQDialog::hideDefault() Hides special buttons which are rather shown in the titlebar on WinCE, to conserve screen space. */ -# include "ntqmessagebox.h" -extern const char * mb_texts[]; // Defined in qmessagebox.cpp +# include "tqmessagebox.h" +extern const char * mb_texts[]; // Defined in tqmessagebox.cpp void TQDialog::hideSpecial() { // "OK" buttons are hidden, and (Ok) shown on titlebar diff --git a/src/dialogs/tqerrormessage.cpp b/src/dialogs/tqerrormessage.cpp index 2caa09498..f99db2c7a 100644 --- a/src/dialogs/tqerrormessage.cpp +++ b/src/dialogs/tqerrormessage.cpp @@ -47,7 +47,7 @@ #include "tqdict.h" #include "tqlabel.h" #include "tqlayout.h" -#include "ntqmessagebox.h" +#include "tqmessagebox.h" #include "tqpushbutton.h" #include "tqstringlist.h" #include "tqstylesheet.h" diff --git a/src/dialogs/tqfiledialog.cpp b/src/dialogs/tqfiledialog.cpp index 77de59b62..9937f69a7 100644 --- a/src/dialogs/tqfiledialog.cpp +++ b/src/dialogs/tqfiledialog.cpp @@ -75,7 +75,7 @@ #include "tqlistbox.h" #include "tqlistview.h" #include "tqmap.h" -#include "ntqmessagebox.h" +#include "tqmessagebox.h" #include "tqmime.h" #include "tqnetworkprotocol.h" #include "tqobjectlist.h" diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/tqmessagebox.cpp index 381a9f4f0..2a7178260 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/tqmessagebox.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqmessagebox.h" +#include "tqmessagebox.h" #ifndef TQT_NO_MESSAGEBOX @@ -70,7 +70,7 @@ public: setAlignment( AlignAuto|ExpandTabs ); } }; -#include "qmessagebox.moc" +#include "tqmessagebox.moc" @@ -166,21 +166,21 @@ static const char * const qtlogo_xpm[] = { Severity is \table \row - \i \img qmessagebox-quest.png + \i \img tqmessagebox-quest.png \i Question \i For message boxes that ask a question as part of normal operation. Some style guides recommend using Information for this purpose. \row - \i \img qmessagebox-info.png + \i \img tqmessagebox-info.png \i Information \i For message boxes that are part of normal operation. \row - \i \img qmessagebox-warn.png + \i \img tqmessagebox-warn.png \i Warning \i For message boxes that tell the user about unusual errors. \row - \i \img qmessagebox-crit.png + \i \img tqmessagebox-crit.png \i Critical \i For message boxes that tell the user about critical errors. \endtable diff --git a/src/dialogs/ntqmessagebox.h b/src/dialogs/tqmessagebox.h index abaf25761..a8b563830 100644 --- a/src/dialogs/ntqmessagebox.h +++ b/src/dialogs/tqmessagebox.h @@ -201,7 +201,7 @@ private: // Disabled copy constructor and operator= * Macro to be used at the beginning of main(), e.g. * * #include <ntqapplication.h> -* #include <ntqmessagebox.h> +* #include <tqmessagebox.h> * int main( int argc, char**argv ) * { * QT_REQUIRE_VERSION( argc, argv, "3.0.5" ) diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/tqprintdialog.cpp index 9096ff9f6..a82ae4ee4 100644 --- a/src/dialogs/qprintdialog.cpp +++ b/src/dialogs/tqprintdialog.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqprintdialog.h" +#include "tqprintdialog.h" #ifndef TQT_NO_PRINTDIALOG @@ -830,7 +830,7 @@ static void qpd_cleanup_globaldialog() } /*! - \class TQPrintDialog ntqprintdialog.h + \class TQPrintDialog tqprintdialog.h \brief The TQPrintDialog class provides a dialog for specifying the printer's configuration. @@ -855,7 +855,7 @@ static void qpd_cleanup_globaldialog() and add some custom buttons with addButton() to extend the functionality of the print dialog. - <img src="qprintdlg-m.png"><br clear=all> + <img src="tqprintdlg-m.png"><br clear=all> The printer dialog, on a large screen, in Motif style. */ diff --git a/src/dialogs/ntqprintdialog.h b/src/dialogs/tqprintdialog.h index 29824416a..29824416a 100644 --- a/src/dialogs/ntqprintdialog.h +++ b/src/dialogs/tqprintdialog.h |