From 3c5c028c631d9c07a6e6bb66525859bc9f34f204 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:40 +0900 Subject: [PATCH] qt -> tqt conversion: QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro --- acinclude.m4 | 2 +- doc/html/AlertDlg_8moc-source.html | 10 +++---- doc/html/CommandDlg_8moc-source.html | 10 +++---- doc/html/CommandEntryDlg_8moc-source.html | 10 +++---- doc/html/EditDlg_8moc-source.html | 10 +++---- doc/html/FilterDlg_8moc-source.html | 10 +++---- doc/html/FilterEntryDlg_8moc-source.html | 10 +++---- doc/html/OptionDlg_8moc-source.html | 10 +++---- doc/html/ServerDlg_8moc-source.html | 10 +++---- doc/html/alertdialog_8moc_8cpp-source.html | 10 +++---- doc/html/commanddialog_8moc_8cpp-source.html | 10 +++---- .../commandentrydialog_8moc_8cpp-source.html | 10 +++---- doc/html/editdialog_8moc_8cpp-source.html | 10 +++---- doc/html/filterdialog_8moc_8cpp-source.html | 10 +++---- .../filterentrydialog_8moc_8cpp-source.html | 10 +++---- doc/html/kfeedback_8moc_8cpp-source.html | 26 +++++++++---------- doc/html/kshowmail_8moc_8cpp-source.html | 10 +++---- doc/html/kshowmaildoc_8moc_8cpp-source.html | 10 +++---- doc/html/kshowmaildock_8moc_8cpp-source.html | 10 +++---- doc/html/kshowmailview_8moc_8cpp-source.html | 10 +++---- doc/html/optiondialog_8moc_8cpp-source.html | 10 +++---- doc/html/serverdialog_8moc_8cpp-source.html | 10 +++---- 22 files changed, 114 insertions(+), 114 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index eb77670..4b03c8a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1883,7 +1883,7 @@ else all_includes="$KDE_INCLUDES $all_includes" fi -KDE_DEFAULT_CXXFLAGS="-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION" +KDE_DEFAULT_CXXFLAGS="-DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_COMPAT -DTQT_NO_TRANSLATION" KDE_LDFLAGS="-L$kde_libraries" if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then diff --git a/doc/html/AlertDlg_8moc-source.html b/doc/html/AlertDlg_8moc-source.html index 96b05f8..3ada8bb 100644 --- a/doc/html/AlertDlg_8moc-source.html +++ b/doc/html/AlertDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "AlertDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *AlertDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_AlertDlg( "AlertDlg", &AlertDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString AlertDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString AlertDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* AlertDlg::staticMetaObject() 00051 { diff --git a/doc/html/CommandDlg_8moc-source.html b/doc/html/CommandDlg_8moc-source.html index 117fc52..39af7d4 100644 --- a/doc/html/CommandDlg_8moc-source.html +++ b/doc/html/CommandDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "CommandDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *CommandDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_CommandDlg( "CommandDlg", &CommandDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString CommandDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString CommandDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* CommandDlg::staticMetaObject() 00051 { diff --git a/doc/html/CommandEntryDlg_8moc-source.html b/doc/html/CommandEntryDlg_8moc-source.html index c1f5367..dff6522 100644 --- a/doc/html/CommandEntryDlg_8moc-source.html +++ b/doc/html/CommandEntryDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "CommandEntryDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *CommandEntryDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_CommandEntryDlg( "CommandEntryDlg", &CommandEntryDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString CommandEntryDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString CommandEntryDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* CommandEntryDlg::staticMetaObject() 00051 { diff --git a/doc/html/EditDlg_8moc-source.html b/doc/html/EditDlg_8moc-source.html index 0fe250e..83c65d8 100644 --- a/doc/html/EditDlg_8moc-source.html +++ b/doc/html/EditDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "EditDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *EditDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_EditDlg( "EditDlg", &EditDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString EditDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString EditDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* EditDlg::staticMetaObject() 00051 { diff --git a/doc/html/FilterDlg_8moc-source.html b/doc/html/FilterDlg_8moc-source.html index 72b1f55..3fd918f 100644 --- a/doc/html/FilterDlg_8moc-source.html +++ b/doc/html/FilterDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "FilterDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *FilterDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_FilterDlg( "FilterDlg", &FilterDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString FilterDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString FilterDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* FilterDlg::staticMetaObject() 00051 { diff --git a/doc/html/FilterEntryDlg_8moc-source.html b/doc/html/FilterEntryDlg_8moc-source.html index 8c3dd26..b5260f8 100644 --- a/doc/html/FilterEntryDlg_8moc-source.html +++ b/doc/html/FilterEntryDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "FilterEntryDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *FilterEntryDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_FilterEntryDlg( "FilterEntryDlg", &FilterEntryDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString FilterEntryDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString FilterEntryDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* FilterEntryDlg::staticMetaObject() 00051 { diff --git a/doc/html/OptionDlg_8moc-source.html b/doc/html/OptionDlg_8moc-source.html index 5fa7664..2b55830 100644 --- a/doc/html/OptionDlg_8moc-source.html +++ b/doc/html/OptionDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "OptionDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *OptionDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_OptionDlg( "OptionDlg", &OptionDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString OptionDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString OptionDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* OptionDlg::staticMetaObject() 00051 { diff --git a/doc/html/ServerDlg_8moc-source.html b/doc/html/ServerDlg_8moc-source.html index 90ced09..494f115 100644 --- a/doc/html/ServerDlg_8moc-source.html +++ b/doc/html/ServerDlg_8moc-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "ServerDlg.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *ServerDlg::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_ServerDlg( "ServerDlg", &ServerDlg::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString ServerDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString ServerDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* ServerDlg::staticMetaObject() 00051 { diff --git a/doc/html/alertdialog_8moc_8cpp-source.html b/doc/html/alertdialog_8moc_8cpp-source.html index 6a2873d..b44a79a 100644 --- a/doc/html/alertdialog_8moc_8cpp-source.html +++ b/doc/html/alertdialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "alertdialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *AlertDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_AlertDialog( "AlertDialog", &AlertDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString AlertDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString AlertDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* AlertDialog::staticMetaObject() 00051 { diff --git a/doc/html/commanddialog_8moc_8cpp-source.html b/doc/html/commanddialog_8moc_8cpp-source.html index 847ef4d..279d996 100644 --- a/doc/html/commanddialog_8moc_8cpp-source.html +++ b/doc/html/commanddialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "commanddialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *CommandDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_CommandDialog( "CommandDialog", &CommandDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString CommandDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString CommandDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* CommandDialog::staticMetaObject() 00051 { diff --git a/doc/html/commandentrydialog_8moc_8cpp-source.html b/doc/html/commandentrydialog_8moc_8cpp-source.html index 48a69c6..56e038b 100644 --- a/doc/html/commandentrydialog_8moc_8cpp-source.html +++ b/doc/html/commandentrydialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "commandentrydialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *CommandEntryDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_CommandEntryDialog( "CommandEntryDialog", &CommandEntryDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString CommandEntryDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString CommandEntryDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* CommandEntryDialog::staticMetaObject() 00051 { diff --git a/doc/html/editdialog_8moc_8cpp-source.html b/doc/html/editdialog_8moc_8cpp-source.html index c8bd29e..f6088d0 100644 --- a/doc/html/editdialog_8moc_8cpp-source.html +++ b/doc/html/editdialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "editdialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *EditDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_EditDialog( "EditDialog", &EditDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString EditDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString EditDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* EditDialog::staticMetaObject() 00051 { diff --git a/doc/html/filterdialog_8moc_8cpp-source.html b/doc/html/filterdialog_8moc_8cpp-source.html index 5313a41..73f29d6 100644 --- a/doc/html/filterdialog_8moc_8cpp-source.html +++ b/doc/html/filterdialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "filterdialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *FilterDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_FilterDialog( "FilterDialog", &FilterDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString FilterDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString FilterDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* FilterDialog::staticMetaObject() 00051 { diff --git a/doc/html/filterentrydialog_8moc_8cpp-source.html b/doc/html/filterentrydialog_8moc_8cpp-source.html index b3ff3e6..bf6c8e0 100644 --- a/doc/html/filterentrydialog_8moc_8cpp-source.html +++ b/doc/html/filterentrydialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "filterentrydialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *FilterEntryDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_FilterEntryDialog( "FilterEntryDialog", &FilterEntryDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString FilterEntryDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString FilterEntryDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* FilterEntryDialog::staticMetaObject() 00051 { diff --git a/doc/html/kfeedback_8moc_8cpp-source.html b/doc/html/kfeedback_8moc_8cpp-source.html index 3dfe33c..afa0059 100644 --- a/doc/html/kfeedback_8moc_8cpp-source.html +++ b/doc/html/kfeedback_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "kfeedback.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *KFeedbackDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_KFeedbackDialog( "KFeedbackDialog", &KFeedbackDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString KFeedbackDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString KFeedbackDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* KFeedbackDialog::staticMetaObject() 00051 { @@ -141,7 +141,7 @@ 00124 TQMetaObject *KFeedbackForm::metaObj = 0; 00125 static TQMetaObjectCleanUp cleanUp_KFeedbackForm( "KFeedbackForm", &KFeedbackForm::staticMetaObject ); 00126 -00127 #ifndef QT_NO_TRANSLATION +00127 #ifndef TQT_NO_TRANSLATION 00128 TQString KFeedbackForm::tr( const char *s, const char *c ) 00129 { 00130 if ( tqApp ) @@ -149,7 +149,7 @@ 00132 else 00133 return TQString::fromLatin1( s ); 00134 } -00135 #ifndef QT_NO_TRANSLATION_UTF8 +00135 #ifndef TQT_NO_TRANSLATION_UTF8 00136 TQString KFeedbackForm::trUtf8( const char *s, const char *c ) 00137 { 00138 if ( tqApp ) @@ -157,9 +157,9 @@ 00140 else 00141 return TQString::fromUtf8( s ); 00142 } -00143 #endif // QT_NO_TRANSLATION_UTF8 +00143 #endif // TQT_NO_TRANSLATION_UTF8 00144 -00145 #endif // QT_NO_TRANSLATION +00145 #endif // TQT_NO_TRANSLATION 00146 00147 TQMetaObject* KFeedbackForm::staticMetaObject() 00148 { @@ -250,7 +250,7 @@ 00233 TQMetaObject *KFeedbackQuestionList::metaObj = 0; 00234 static TQMetaObjectCleanUp cleanUp_KFeedbackQuestionList( "KFeedbackQuestionList", &KFeedbackQuestionList::staticMetaObject ); 00235 -00236 #ifndef QT_NO_TRANSLATION +00236 #ifndef TQT_NO_TRANSLATION 00237 TQString KFeedbackQuestionList::tr( const char *s, const char *c ) 00238 { 00239 if ( tqApp ) @@ -258,7 +258,7 @@ 00241 else 00242 return TQString::fromLatin1( s ); 00243 } -00244 #ifndef QT_NO_TRANSLATION_UTF8 +00244 #ifndef TQT_NO_TRANSLATION_UTF8 00245 TQString KFeedbackQuestionList::trUtf8( const char *s, const char *c ) 00246 { 00247 if ( tqApp ) @@ -266,9 +266,9 @@ 00249 else 00250 return TQString::fromUtf8( s ); 00251 } -00252 #endif // QT_NO_TRANSLATION_UTF8 +00252 #endif // TQT_NO_TRANSLATION_UTF8 00253 -00254 #endif // QT_NO_TRANSLATION +00254 #endif // TQT_NO_TRANSLATION 00255 00256 TQMetaObject* KFeedbackQuestionList::staticMetaObject() 00257 { diff --git a/doc/html/kshowmail_8moc_8cpp-source.html b/doc/html/kshowmail_8moc_8cpp-source.html index b8e320d..b09ea79 100644 --- a/doc/html/kshowmail_8moc_8cpp-source.html +++ b/doc/html/kshowmail_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "kshowmail.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *KShowMailApp::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_KShowMailApp( "KShowMailApp", &KShowMailApp::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString KShowMailApp::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString KShowMailApp::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* KShowMailApp::staticMetaObject() 00051 { diff --git a/doc/html/kshowmaildoc_8moc_8cpp-source.html b/doc/html/kshowmaildoc_8moc_8cpp-source.html index 0f4091b..314334f 100644 --- a/doc/html/kshowmaildoc_8moc_8cpp-source.html +++ b/doc/html/kshowmaildoc_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "kshowmaildoc.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *KshowmailDoc::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_KshowmailDoc( "KshowmailDoc", &KshowmailDoc::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString KshowmailDoc::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString KshowmailDoc::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* KshowmailDoc::staticMetaObject() 00051 { diff --git a/doc/html/kshowmaildock_8moc_8cpp-source.html b/doc/html/kshowmaildock_8moc_8cpp-source.html index 1af9195..5aaf217 100644 --- a/doc/html/kshowmaildock_8moc_8cpp-source.html +++ b/doc/html/kshowmaildock_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "kshowmaildock.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *KShowMailDock::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_KShowMailDock( "KShowMailDock", &KShowMailDock::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString KShowMailDock::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString KShowMailDock::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* KShowMailDock::staticMetaObject() 00051 { diff --git a/doc/html/kshowmailview_8moc_8cpp-source.html b/doc/html/kshowmailview_8moc_8cpp-source.html index ba2ff88..c8f2047 100644 --- a/doc/html/kshowmailview_8moc_8cpp-source.html +++ b/doc/html/kshowmailview_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "kshowmailview.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *KshowmailView::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_KshowmailView( "KshowmailView", &KshowmailView::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString KshowmailView::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString KshowmailView::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* KshowmailView::staticMetaObject() 00051 { diff --git a/doc/html/optiondialog_8moc_8cpp-source.html b/doc/html/optiondialog_8moc_8cpp-source.html index b61fb43..4ba5997 100644 --- a/doc/html/optiondialog_8moc_8cpp-source.html +++ b/doc/html/optiondialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "optiondialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *OptionDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_OptionDialog( "OptionDialog", &OptionDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString OptionDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString OptionDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* OptionDialog::staticMetaObject() 00051 { diff --git a/doc/html/serverdialog_8moc_8cpp-source.html b/doc/html/serverdialog_8moc_8cpp-source.html index 27ee167..f48af3b 100644 --- a/doc/html/serverdialog_8moc_8cpp-source.html +++ b/doc/html/serverdialog_8moc_8cpp-source.html @@ -24,7 +24,7 @@ 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 -00010 #undef QT_NO_COMPAT +00010 #undef TQT_NO_COMPAT 00011 #include "serverdialog.h" 00012 #include <ntqmetaobject.h> 00013 #include <ntqapplication.h> @@ -44,7 +44,7 @@ 00027 TQMetaObject *ServerDialog::metaObj = 0; 00028 static TQMetaObjectCleanUp cleanUp_ServerDialog( "ServerDialog", &ServerDialog::staticMetaObject ); 00029 -00030 #ifndef QT_NO_TRANSLATION +00030 #ifndef TQT_NO_TRANSLATION 00031 TQString ServerDialog::tr( const char *s, const char *c ) 00032 { 00033 if ( tqApp ) @@ -52,7 +52,7 @@ 00035 else 00036 return TQString::fromLatin1( s ); 00037 } -00038 #ifndef QT_NO_TRANSLATION_UTF8 +00038 #ifndef TQT_NO_TRANSLATION_UTF8 00039 TQString ServerDialog::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( tqApp ) @@ -60,9 +60,9 @@ 00043 else 00044 return TQString::fromUtf8( s ); 00045 } -00046 #endif // QT_NO_TRANSLATION_UTF8 +00046 #endif // TQT_NO_TRANSLATION_UTF8 00047 -00048 #endif // QT_NO_TRANSLATION +00048 #endif // TQT_NO_TRANSLATION 00049 00050 TQMetaObject* ServerDialog::staticMetaObject() 00051 {