diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | e1fedebd35564879715ec11012b5acaf3068edb9 (patch) | |
tree | e9781361f2d28c3511a260fcc41648e0ecaacdee | |
parent | b09bffed6b43262948018dfb0f11890850ddf7c1 (diff) | |
download | tdeadmin-e1fedebd35564879715ec11012b5acaf3068edb9.tar.gz tdeadmin-e1fedebd35564879715ec11012b5acaf3068edb9.zip |
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
-rw-r--r-- | kdat/ktreeview.cpp | 2 | ||||
-rw-r--r-- | kdat/ktreeview.h | 2 | ||||
-rw-r--r-- | ksysv/OldView.cpp | 2 | ||||
-rw-r--r-- | ksysv/OldView.h | 2 | ||||
-rw-r--r-- | ksysv/TopWidget.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kdat/ktreeview.cpp b/kdat/ktreeview.cpp index 70955e9..51ab256 100644 --- a/kdat/ktreeview.cpp +++ b/kdat/ktreeview.cpp @@ -1135,7 +1135,7 @@ void KTreeView::setExpandLevel(int level) 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) { if (itemIndent == spacing) diff --git a/kdat/ktreeview.h b/kdat/ktreeview.h index 724caf5..3a42657 100644 --- a/kdat/ktreeview.h +++ b/kdat/ktreeview.h @@ -785,7 +785,7 @@ signals: protected: /** * 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. */ void appendChildItem(KTreeViewItem* theParent, diff --git a/ksysv/OldView.cpp b/ksysv/OldView.cpp index b7a7617..bb3b46e 100644 --- a/ksysv/OldView.cpp +++ b/ksysv/OldView.cpp @@ -512,7 +512,7 @@ void KSVContent::writeToDisk(const KSVData& _w, int _rl, bool _start) { appendLog(rich, plain); } -void KSVContent::tqrepaintRunlevels () +void KSVContent::repaintRunlevels () { for (int i = 0; i < ksv::runlevelNumber; ++i) { diff --git a/ksysv/OldView.h b/ksysv/OldView.h index b667839..5c87ea6 100644 --- a/ksysv/OldView.h +++ b/ksysv/OldView.h @@ -113,7 +113,7 @@ private slots: void updateServicesAfterChange (const TQString&); void updateRunlevelsAfterChange (); - void tqrepaintRunlevels (); + void repaintRunlevels (); void openWith (); void openWith (int index); diff --git a/ksysv/TopWidget.cpp b/ksysv/TopWidget.cpp index 7f33abc..53cde77 100644 --- a/ksysv/TopWidget.cpp +++ b/ksysv/TopWidget.cpp @@ -454,7 +454,7 @@ void KSVTopLevel::slotShowConfig() this, TQT_SLOT (updateRunlevelsPath ())); connect (mPreferences, TQT_SIGNAL (updateFonts ()), - mView, TQT_SLOT (tqrepaintRunlevels ())); + mView, TQT_SLOT (repaintRunlevels ())); } // mPreferences->setInitialSize (TQSize (400,300), true); |