From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/EditDlg_8cpp-source.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'doc/html/EditDlg_8cpp-source.html') diff --git a/doc/html/EditDlg_8cpp-source.html b/doc/html/EditDlg_8cpp-source.html index 4a36681..26ff317 100644 --- a/doc/html/EditDlg_8cpp-source.html +++ b/doc/html/EditDlg_8cpp-source.html @@ -16,7 +16,7 @@

EditDlg.cpp

00001 #include <kdialog.h>
-00002 #include <klocale.h>
+00002 #include <tdelocale.h>
 00003 /****************************************************************************
 00004 ** Form implementation generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/EditDlg.ui'
 00005 **
@@ -28,12 +28,12 @@
 00011 
 00012 #include "EditDlg.h"
 00013 
-00014 #include <qvariant.h>
+00014 #include <ntqvariant.h>
 00015 #include <ktextbrowser.h>
-00016 #include <qpushbutton.h>
-00017 #include <qlayout.h>
-00018 #include <qtooltip.h>
-00019 #include <qwhatsthis.h>
+00016 #include <ntqpushbutton.h>
+00017 #include <ntqlayout.h>
+00018 #include <ntqtooltip.h>
+00019 #include <ntqwhatsthis.h>
 00020 
 00021 /*
 00022  *  Constructs a EditDlg as a child of 'parent', with the
@@ -42,14 +42,14 @@
 00025  *  The dialog will by default be modeless, unless you set 'modal' to
 00026  *  TRUE to construct a modal dialog.
 00027  */
-00028 EditDlg::EditDlg( QWidget* parent, const char* name, bool modal, WFlags fl )
-00029     : QDialog( parent, name, modal, fl )
+00028 EditDlg::EditDlg( TQWidget* parent, const char* name, bool modal, WFlags fl )
+00029     : TQDialog( parent, name, modal, fl )
 00030 {
 00031     if ( !name )
 00032        setName( "EditDlg" );
-00033     EditDlgLayout = new QVBoxLayout( this, 11, 6, "EditDlgLayout"); 
+00033     EditDlgLayout = new TQVBoxLayout( this, 11, 6, "EditDlgLayout"); 
 00034 
-00035     headerlayout = new QGridLayout( 0, 1, 1, 0, 6, "headerlayout"); 
+00035     headerlayout = new TQGridLayout( 0, 1, 1, 0, 6, "headerlayout"); 
 00036     EditDlgLayout->addLayout( headerlayout );
 00037 
 00038     m_Edit = new KTextBrowser( this, "m_Edit" );
@@ -59,21 +59,21 @@
 00042     m_Edit->setUndoRedoEnabled( FALSE );
 00043     EditDlgLayout->addWidget( m_Edit );
 00044 
-00045     layout3 = new QHBoxLayout( 0, 0, 6, "layout3"); 
+00045     layout3 = new TQHBoxLayout( 0, 0, 6, "layout3"); 
 00046 
-00047     _buttonReply = new QPushButton( this, "_buttonReply" );
+00047     _buttonReply = new TQPushButton( this, "_buttonReply" );
 00048     layout3->addWidget( _buttonReply );
-00049     Spacer15 = new QSpacerItem( 120, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
+00049     Spacer15 = new TQSpacerItem( 120, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
 00050     layout3->addItem( Spacer15 );
 00051 
-00052     _buttonOk = new QPushButton( this, "_buttonOk" );
+00052     _buttonOk = new TQPushButton( this, "_buttonOk" );
 00053     layout3->addWidget( _buttonOk );
 00054 
-00055     _buttonCancel = new QPushButton( this, "_buttonCancel" );
+00055     _buttonCancel = new TQPushButton( this, "_buttonCancel" );
 00056     layout3->addWidget( _buttonCancel );
 00057     EditDlgLayout->addLayout( layout3 );
 00058     languageChange();
-00059     resize( QSize(444, 447).expandedTo(minimumSizeHint()) );
+00059     resize( TQSize(444, 447).expandedTo(minimumSizeHint()) );
 00060     clearWState( WState_Polished );
 00061 
 00062     // signals and slots connections
@@ -90,7 +90,7 @@
 00073  */
 00074 EditDlg::~EditDlg()
 00075 {
-00076     // no need to delete child widgets, Qt does it all for us
+00076     // no need to delete child widgets, TQt does it all for us
 00077 }
 00078 
 00079 /*
@@ -101,14 +101,14 @@
 00084 {
 00085     setCaption( tr2i18n( "Message" ) );
 00086     _buttonReply->setText( tr2i18n( "Reply" ) );
-00087     QToolTip::add( _buttonReply, tr2i18n( "Send reply mail" ) );
+00087     TQToolTip::add( _buttonReply, tr2i18n( "Send reply mail" ) );
 00088     _buttonOk->setText( tr2i18n( "OK" ) );
 00089     _buttonCancel->setText( tr2i18n( "Cancel" ) );
 00090 }
 00091 
 00092 void EditDlg::slotReplyClicked()
 00093 {
-00094     qWarning( "EditDlg::slotReplyClicked(): Not implemented yet" );
+00094     tqWarning( "EditDlg::slotReplyClicked(): Not implemented yet" );
 00095 }
 00096 
 00097 #include "EditDlg.moc"
-- 
cgit v1.2.1