Rename incorrect instances of tqrepaint[...] to repaint[...]

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent b09bffed6b
commit e1fedebd35

@ -1135,7 +1135,7 @@ void KTreeView::setExpandLevel(int level)
tqrepaint(); tqrepaint();
} }
// sets the indent margin for all branches and tqrepaints if auto update enabled // sets the indent margin for all branches and repaints if auto update enabled
void KTreeView::setIndentSpacing(int spacing) void KTreeView::setIndentSpacing(int spacing)
{ {
if (itemIndent == spacing) if (itemIndent == spacing)

@ -785,7 +785,7 @@ signals:
protected: protected:
/** /**
* Appends theChild to theParent as a new direct child. All internal * Appends theChild to theParent as a new direct child. All internal
* state is updated and the widget is tqrepainted as necessary. theChild * state is updated and the widget is repainted as necessary. theChild
* remains invisible if any ancestor of theParent is collapsed. * remains invisible if any ancestor of theParent is collapsed.
*/ */
void appendChildItem(KTreeViewItem* theParent, void appendChildItem(KTreeViewItem* theParent,

@ -512,7 +512,7 @@ void KSVContent::writeToDisk(const KSVData& _w, int _rl, bool _start) {
appendLog(rich, plain); appendLog(rich, plain);
} }
void KSVContent::tqrepaintRunlevels () void KSVContent::repaintRunlevels ()
{ {
for (int i = 0; i < ksv::runlevelNumber; ++i) for (int i = 0; i < ksv::runlevelNumber; ++i)
{ {

@ -113,7 +113,7 @@ private slots:
void updateServicesAfterChange (const TQString&); void updateServicesAfterChange (const TQString&);
void updateRunlevelsAfterChange (); void updateRunlevelsAfterChange ();
void tqrepaintRunlevels (); void repaintRunlevels ();
void openWith (); void openWith ();
void openWith (int index); void openWith (int index);

@ -454,7 +454,7 @@ void KSVTopLevel::slotShowConfig()
this, TQT_SLOT (updateRunlevelsPath ())); this, TQT_SLOT (updateRunlevelsPath ()));
connect (mPreferences, TQT_SIGNAL (updateFonts ()), connect (mPreferences, TQT_SIGNAL (updateFonts ()),
mView, TQT_SLOT (tqrepaintRunlevels ())); mView, TQT_SLOT (repaintRunlevels ()));
} }
// mPreferences->setInitialSize (TQSize (400,300), true); // mPreferences->setInitialSize (TQSize (400,300), true);

Loading…
Cancel
Save