Fix remaining instances of tqStatus embedded in user visible strings

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 3d1395d8de
commit 4534ffe29f

@ -41,7 +41,7 @@ KexiNewStuff::KexiNewStuff(TQWidget *parent)
// fails to download something, it still marks the thing as // fails to download something, it still marks the thing as
// successfully downloaded and therefore we arn't able to // successfully downloaded and therefore we arn't able to
// download it again :-/ // download it again :-/
KGlobal::config()->deleteGroup("KNewStufftqStatus"); KGlobal::config()->deleteGroup("KNewStuffStatus");
} }
KexiNewStuff::~KexiNewStuff() KexiNewStuff::~KexiNewStuff()

@ -112,7 +112,7 @@ void KexiStatusBar::cursorPositionChanged()
void KexiStatusBar::settqStatus(const TQString &str) void KexiStatusBar::settqStatus(const TQString &str)
{ {
kdDebug() << "KexiStatusBar::settqStatus(" << str << ")" << endl; kdDebug() << "KexiStatusBar::setStatus(" << str << ")" << endl;
// m_status->setText(str); // m_status->setText(str);
changeItem(str, m_msgID); changeItem(str, m_msgID);

@ -139,7 +139,7 @@ DatabaseDialog::DatabaseDialog( View * parent, TQRect const & rect, const char *
Frame16Layout->addWidget( TextLabel5, 5, 0 ); Frame16Layout->addWidget( TextLabel5, 5, 0 );
Frame5Layout->addWidget( Frame16 ); Frame5Layout->addWidget( Frame16 );
m_databasetqStatus = new TQLabel( Frame5, "m_databasetqStatus" ); m_databasetqStatus = new TQLabel( Frame5, "m_databaseStatus" );
m_databasetqStatus->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, m_databasetqStatus->sizePolicy().hasHeightForWidth() ) ); m_databasetqStatus->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, m_databasetqStatus->sizePolicy().hasHeightForWidth() ) );
m_databasetqStatus->setMaximumSize( TQSize( 32767, 30 ) ); m_databasetqStatus->setMaximumSize( TQSize( 32767, 30 ) );
m_databasetqStatus->setText( " " ); m_databasetqStatus->setText( " " );
@ -181,7 +181,7 @@ DatabaseDialog::DatabaseDialog( View * parent, TQRect const & rect, const char *
Frame5_2Layout->addLayout( Layout21, 0, 0 ); Frame5_2Layout->addLayout( Layout21, 0, 0 );
m_sheettqStatus = new TQLabel( Frame5_2, "m_tabletqStatus" ); m_sheettqStatus = new TQLabel( Frame5_2, "m_tableStatus" );
m_sheettqStatus->setText( " " ); m_sheettqStatus->setText( " " );
Frame5_2Layout->addWidget( m_sheettqStatus, 3, 0 ); Frame5_2Layout->addWidget( m_sheettqStatus, 3, 0 );
@ -227,7 +227,7 @@ DatabaseDialog::DatabaseDialog( View * parent, TQRect const & rect, const char *
Frame5_2_2Layout->addWidget( m_columnView, 1, 0 ); Frame5_2_2Layout->addWidget( m_columnView, 1, 0 );
m_columnstqStatus = new TQLabel( Frame5_2_2, "m_columnstqStatus" ); m_columnstqStatus = new TQLabel( Frame5_2_2, "m_columnsStatus" );
m_columnstqStatus->setText( " " ); m_columnstqStatus->setText( " " );
Frame5_2_2Layout->addWidget( m_columnstqStatus, 2, 0 ); Frame5_2_2Layout->addWidget( m_columnstqStatus, 2, 0 );

@ -1071,9 +1071,9 @@ void View::Private::initActions()
// -- settings actions -- // -- settings actions --
actions->showStatusBar = new KToggleAction( i18n("Show tqStatus Bar"), actions->showStatusBar = new KToggleAction( i18n("Show Status Bar"),
0, ac, "showStatusBar" ); 0, ac, "showStatusBar" );
actions->showStatusBar->setCheckedState(i18n("Hide tqStatus Bar")); actions->showStatusBar->setCheckedState(i18n("Hide Status Bar"));
TQT_BASE_OBJECT_NAME::connect( actions->showStatusBar, TQT_SIGNAL( toggled( bool ) ), TQT_BASE_OBJECT_NAME::connect( actions->showStatusBar, TQT_SIGNAL( toggled( bool ) ),
TQT_TQOBJECT(view), TQT_SLOT( showStatusBar( bool ) ) ); TQT_TQOBJECT(view), TQT_SLOT( showStatusBar( bool ) ) );
actions->showStatusBar->setToolTip(i18n("Show the status bar.")); actions->showStatusBar->setToolTip(i18n("Show the status bar."));

@ -346,7 +346,7 @@ void WdgScriptsManager::slotResourceInstalled()
// Delete KNewStuff's configuration entries. These entries reflect what has // Delete KNewStuff's configuration entries. These entries reflect what has
// already been installed. As we cannot yet keep them in sync after uninstalling // already been installed. As we cannot yet keep them in sync after uninstalling
// scripts, we deactivate the check marks entirely. // scripts, we deactivate the check marks entirely.
KGlobal::config()->deleteGroup("KNewStufftqStatus"); KGlobal::config()->deleteGroup("KNewStuffStatus");
} }
}} }}

Loading…
Cancel
Save